Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.SubjectRDN

TElCertificateLookup     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the desired value of the TElX509Certificate.SubjectRDN property.

Declaration

[C#]
    TElRelativeDistinguishedName SubjectRDN;

[VB.NET]
    Property SubjectRDN As TElRelativeDistinguishedName

[Pascal]
    property SubjectRDN : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_SubjectRDN();

[PHP]
    TElRelativeDistinguishedName get_SubjectRDN()

[Java]
    TElRelativeDistinguishedName getSubjectRDN();

Description

    This property contains information about the person who is the owner of the certificate. Only certificates with given subject information will be enumerated during the search operation. Information is stored in the form of [Object Identifier, Value]pairs. The list of most commonly used Object Identifiers is shown above.
    If Options property does not include loExactMatch parameter, at least one string from SubjectRDN must match.

See also:     IssuerRDN    

Discuss this help topic in SecureBlackbox Forum