Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SubjectName

TElX509Certificate     See also     


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


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

Declaration

[C#]
    TName SubjectName;

[VB.NET]
    Property SubjectName As TName

[Pascal]
    property IssuerName: TName;

[C++]
    void get_SubjectName(TName &OutResult);

[PHP]
    TName get_SubjectName()

[Java]
    TName getSubjectName();

Description

    This property contains certificate subject name.

See also:     IssuerName     StorageName    

Discuss this help topic in SecureBlackbox Forum