Discuss this help topic in SecureBlackbox Forum
Use this property to access information about subject name of the certificate.
Declaration
[C#/Java]
TName SubjectName;
[VB.NET]
Property SubjectName As TName
[Pascal]
property IssuerName: TName;
[C++]
void get_SubjectName(TName &OutResult);
[PHP]
TName get_SubjectName()
Description
This property contains certificate subject name.
Discuss this help topic in SecureBlackbox Forum