ISignerVerifySignature Method

Return true if the internal state represents the signature described in the passed in array.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool VerifySignature(
	byte[] signature
)

Parameters

signature  Byte
an array containing the candidate signature to verify.

Return Value

Boolean
true if the internal state represents the signature described in the passed in array.

See Also