CESUriDisplayName Property |
Gets the display name of the Certification Authority (sanitized characters are decoded to textual characters).
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
member DisplayName : string with get, set
Property Value
Type:
StringSee Also