RsaCryptoSignatureVerifierVerify Method
|
Verify signed bytes and 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)
Syntaxpublic void Verify(
byte[] signedBytes,
byte[] signatureBytes,
CryptoSignatureVerificationData data
)
Public Sub Verify (
signedBytes As Byte(),
signatureBytes As Byte(),
data As CryptoSignatureVerificationData
)
public:
virtual void Verify(
array<unsigned char>^ signedBytes,
array<unsigned char>^ signatureBytes,
CryptoSignatureVerificationData^ data
) sealed
abstract Verify :
signedBytes : byte[] *
signatureBytes : byte[] *
data : CryptoSignatureVerificationData -> unit
override Verify :
signedBytes : byte[] *
signatureBytes : byte[] *
data : CryptoSignatureVerificationData -> unit
Parameters
- signedBytes
- Type: SystemByte
signed bytes - signatureBytes
- Type: SystemByte
signature bytes - data
- Type: Guardtime.KSI.CryptoCryptoSignatureVerificationData
must include certificate bytes
Implements
ICryptoSignatureVerifierVerify(Byte, Byte, CryptoSignatureVerificationData)
See Also