X509CRLEntryReasonMessage Property |
Gets the textual representation of RevocationCode. See
ReasonCode for the list of possible values
and code meanings.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string ReasonMessage { get; }
Public ReadOnly Property ReasonMessage As String
Get
public:
property String^ ReasonMessage {
String^ get ();
}
member ReasonMessage : string with get
Property Value
Type:
StringSee Also