Discuss this help topic in SecureBlackbox Forum
Use this property to access information about subject name of the certificate.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum