ISignerVerifySignature Method
Return true if the internal state represents the signature described in the passed in array.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool VerifySignature(
byte[] signature
)
Function VerifySignature (
signature As Byte()
) As Boolean
function VerifySignature(signature);
- signature Byte
- an array containing the candidate signature to verify.
Booleantrue if the internal state represents the signature described in the passed in array.