Discuss this help topic in SecureBlackbox Forum

TElSSLTrustedCA.RDN

TElSSLTrustedCA     See also     


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


This property specifies the value of CA certificate's Subject RDN.

Declaration

[C#]
    TElRelativeDistinguishedName RDN;

[VB.NET]
    Property RDN As TElRelativeDistinguishedName

[Pascal]
    property RDN : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_RDN();

[PHP]
    TElRelativeDistinguishedName get_RDN()

[Java]
    TElRelativeDistinguishedName getRDN();

Description

    Use this property to access the value of the CA certificate Subject RDN.

See also:     IdentifierType     TElRelativeDistinguishedName    

Discuss this help topic in SecureBlackbox Forum