Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.FriendlyName

TElX509Certificate     


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


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