Click or drag to resize

Pkcs7CryptoSignatureVerifierVerify Method

Verify signed bytes and PKCS#7 signature.

Namespace:  Guardtime.KSI.Crypto.BouncyCastle.Crypto
Assembly:  ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public void Verify(
	byte[] signedBytes,
	byte[] signatureBytes,
	CryptoSignatureVerificationData data = null
)

Parameters

signedBytes
Type: SystemByte
signed bytes
signatureBytes
Type: SystemByte
signature bytes
data (Optional)
Type: Guardtime.KSI.CryptoCryptoSignatureVerificationData
other data

Implements

ICryptoSignatureVerifierVerify(Byte, Byte, CryptoSignatureVerificationData)
See Also