Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.Subject

TElCertificateRequest     See also     


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


Use this property to get/set subject information

Declaration

[C#]
    TElRelativeDistinguishedName Subject;

[VB.NET]
    Property Subject As TElRelativeDistinguishedName

[Pascal]
    property Subject : TElRelativeDistinguishedName;

[C++]
    TElRelativeDistinguishedName* get_Subject();

[PHP]
    TElRelativeDistinguishedName get_Subject()

[Java]
    TElRelativeDistinguishedName getSubject();

Description

    Use this property to get/set the information which should be included in the Subject field of certificate.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum