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