CertRequestStatusErrorInformation Property |
Gets or sets error information for pending or failed request.
Namespace:
PKI.Enrollment
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string ErrorInformation { get; set; }
Public Property ErrorInformation As String
Get
Set
public:
property String^ ErrorInformation {
String^ get ();
void set (String^ value);
}
member ErrorInformation : string with get, set
Property Value
Type:
StringSee Also