IVerifierIsVerified(Byte) Method

Return true if the passed in data matches what is expected by the verification result.

Definition

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

Parameters

data  Byte
The bytes representing the signature.

Return Value

Boolean
true if the signature verifies, false otherwise.

See Also