SignatureSpi.EngineInitVerify(IPublicKey) Method
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.
Initializes this signature object with the specified public key for verification operations.
[Android.Runtime.Register("engineInitVerify", "(Ljava/security/PublicKey;)V", "GetEngineInitVerify_Ljava_security_PublicKey_Handler")]
protected abstract void EngineInitVerify (Java.Security.IPublicKey? publicKey);
[<Android.Runtime.Register("engineInitVerify", "(Ljava/security/PublicKey;)V", "GetEngineInitVerify_Ljava_security_PublicKey_Handler")>]
abstract member EngineInitVerify : Java.Security.IPublicKey -> unit
Parameters
- publicKey
- IPublicKey
the public key of the identity whose signature is going to be verified.
- Attributes
Exceptions
if publicKey
is not valid.
Remarks
Initializes this signature object with the specified public key for verification operations.
Java documentation for java.security.SignatureSpi.engineInitVerify(java.security.PublicKey)
.
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.