IVerifierIsVerified(Byte) Method
Return true if the passed in data matches what is expected by the verification result.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function IsVerified(data);
- data Byte
- The bytes representing the signature.
Booleantrue if the signature verifies, false otherwise.