Click or drag to resize

CertificateSubjectRdnSelector Class

Certificate subject RDN selector. Used for verifying that certificate subject contains specific RDN.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Crypto.Microsoft.CryptoCertificateSubjectRdnSelector

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 CertificateSubjectRdnSelector : ICertificateSubjectRdnSelector

The CertificateSubjectRdnSelector 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.)
Public methodIsMatch
Checks if certificate subject contains specified RDNs.
Public methodMatch
Checks if certificate subject contains specified RDNs.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also