Java.Security.SignedObject.Verify Method
Indicates whether the contained signature for the encapsulated object is valid.

Syntax

[Android.Runtime.Register("verify", "(Ljava/security/PublicKey;Ljava/security/Signature;)Z", "")]
public bool Verify (IPublicKey verificationKey, Signature verificationEngine)

Parameters

verificationKey
the public key to verify the signature.
verificationEngine
the signature engine.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.InvalidKeyExceptionif the public key is invalid.
Java.Security.SignatureExceptionif signature verification failed.

Remarks

Indicates whether the contained signature for the encapsulated object is valid.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1