Click or drag to resize

PkiTrustStoreProviderVerify Method

Verify bytes with x509 signature.

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

Parameters

signedBytes
Type: SystemByte
Bytes to be verified
signatureBytes
Type: SystemByte
Byte array containing signature

Implements

IPkiTrustProviderVerify(Byte, Byte)
See Also