OcspResponderRevocationConfigurationLocalRevocationInformation Property |
Gets the local revocation information.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRLEntryCollection LocalRevocationInformation { get; set; }
Public Property LocalRevocationInformation As X509CRLEntryCollection
Get
Set
public:
property X509CRLEntryCollection^ LocalRevocationInformation {
X509CRLEntryCollection^ get ();
void set (X509CRLEntryCollection^ value);
}
member LocalRevocationInformation : X509CRLEntryCollection with get, set
Property Value
Type:
X509CRLEntryCollectionSee Also