Click or drag to resize

Pkcs7CryptoSignatureVerifier Class

PKCS#7 signature verifier. Used to verify certificate against trust anchors and verify that certificate subject contains specified RDN.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Crypto.Microsoft.CryptoPkcs7CryptoSignatureVerifier

Namespace:  Guardtime.KSI.Crypto.Microsoft.Crypto
Assembly:  ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class Pkcs7CryptoSignatureVerifier : ICryptoSignatureVerifier

The Pkcs7CryptoSignatureVerifier type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVerify
Verify signed bytes and PKCS#7 signature.
Top
See Also