Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.IssuerRDN

TElCertificateLookup     See also     


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


Contains the desired value of the TElX509Certificate.IssuerRDN property.

Declaration

[C#]
    TElRelativeDistinguishedName IssuerRDN;

[VB.NET]
    Property IssuerRDN As TElRelativeDistinguishedName

[Pascal]
    property IssuerRDN : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_IssuerRDN();

[PHP]
    TElRelativeDistinguishedName get_IssuerRDN()

[Java]
    TElRelativeDistinguishedName getIssuerRDN();

Description

    This property contains information about the company that issued the certificate. Only certificates with given issuer 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 IssuerRDN must match.

See also:     SubjectRDN    

Discuss this help topic in SecureBlackbox Forum