Pkcs7CryptoSignatureVerifierVerify Method
|
Verify signed bytes and PKCS#7 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 = null
)
Public Sub Verify (
signedBytes As Byte(),
signatureBytes As Byte(),
Optional data As CryptoSignatureVerificationData = Nothing
)
public:
virtual void Verify(
array<unsigned char>^ signedBytes,
array<unsigned char>^ signatureBytes,
CryptoSignatureVerificationData^ data = nullptr
) sealed
abstract Verify :
signedBytes : byte[] *
signatureBytes : byte[] *
?data : CryptoSignatureVerificationData
(* Defaults:
let _data = defaultArg data null
*)
-> unit
override Verify :
signedBytes : byte[] *
signatureBytes : byte[] *
?data : CryptoSignatureVerificationData
(* Defaults:
let _data = defaultArg data null
*)
-> unit
Parameters
- signedBytes
- Type: SystemByte
signed bytes - signatureBytes
- Type: SystemByte
signature bytes - data (Optional)
- Type: Guardtime.KSI.CryptoCryptoSignatureVerificationData
other data
Implements
ICryptoSignatureVerifierVerify(Byte, Byte, CryptoSignatureVerificationData)
See Also