IPkiTrustProviderVerify 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)
Syntaxvoid Verify(
byte[] signedBytes,
byte[] signatureBytes
)
Sub Verify (
signedBytes As Byte(),
signatureBytes As Byte()
)
void Verify(
array<unsigned char>^ signedBytes,
array<unsigned char>^ signatureBytes
)
abstract Verify :
signedBytes : byte[] *
signatureBytes : byte[] -> unit
Parameters
- signedBytes
- Type: SystemByte
Bytes to be verified - signatureBytes
- Type: SystemByte
Byte array containing signature
See Also