Click or drag to resize

ICryptoSignatureVerifierVerify Method

Verify signed bytes and signature.

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

Parameters

signedBytes
Type: SystemByte
signed bytes
signatureBytes
Type: SystemByte
signature bytes
data
Type: Guardtime.KSI.CryptoCryptoSignatureVerificationData
other data
See Also