Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.IssuerRDN

TElX509Certificate     See also     


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


Use this property to access information about the issuer of the certificate.

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. Information is stored in the form of [Object Identifier, Value]pairs. The list of most commonly used Object Identifiers is shown above. You are able to define your own object identifiers and store your own information that corresponds to these object identifiers.

See also:     SubjectRDN     TElRelativeDistinguishedName class    

Discuss this help topic in SecureBlackbox Forum