Discuss this help topic in SecureBlackbox Forum
Specifies the associated alias of the certificate.
Declaration
[C#]
string FriendlyName;
[VB.NET]
Property FriendlyName As String
[Pascal]
property FriendlyName : string;
[C++]
void get_FriendlyName(std::string &OutResult);
void set_FriendlyName(const std::string &Value);
[PHP]
string get_FriendlyName()
void set_FriendlyName(string $Value)
[Java]
String getFriendlyName();
void setFriendlyName(String Value);
Description
Use this property to get or set the friendly name of the certificate.
Discuss this help topic in SecureBlackbox Forum