Signature.Parameters Property

Definition

Returns the parameters used with this signature object.

public Java.Security.AlgorithmParameters? Parameters { [Android.Runtime.Register("getParameters", "()Ljava/security/AlgorithmParameters;", "")] get; }
[<get: Android.Runtime.Register("getParameters", "()Ljava/security/AlgorithmParameters;", "")>]
member this.Parameters : Java.Security.AlgorithmParameters

Property Value

AlgorithmParameters

the parameters used with this signature, or null if this signature does not use any parameters.

Attributes

Remarks

Java documentation for java.security.Signature.getParameters().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to