Oid2FriendlyName Property |
Gets the friendly name of the identifier.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string FriendlyName { get; set; }
Public Property FriendlyName As String
Get
Set
public:
property String^ FriendlyName {
String^ get ();
void set (String^ value);
}
member FriendlyName : string with get, set
Property Value
Type:
StringSee Also