Signature.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.