Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SubjectRDN

TElX509Certificate     See also     


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


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

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. 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 concerned with these object identifiers.

See also:     IssuerRDN     TElRelativeDistinguishedName class    

Discuss this help topic in SecureBlackbox Forum