Java.Security.Signature.Verify Method
Indicates whether the given signature can be verified using the public key or a certificate of the signer.

Syntax

[Android.Runtime.Register("verify", "([B)Z", "")]
public bool Verify (byte[] signature)

Parameters

signature
the signature to verify.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.SignatureExceptionif this Signature instance is not initialized properly.

Remarks

Indicates whether the given signature can be verified using the public key or a certificate of the signer.

This Signature instance is reset to the state of its last initialization for verifying and thus can be used to verify another signature of the same signer.

[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