CDPAddToFreshestCRL Property |
Gets True if provided URL is configured to publish specified URL Base CRL CDP extension.
This extension is used to locate Delta CRL locations.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool AddToFreshestCRL { get; }
Public ReadOnly Property AddToFreshestCRL As Boolean
Get
public:
property bool AddToFreshestCRL {
bool get ();
}
member AddToFreshestCRL : bool with get
Property Value
Type:
BooleanRemarks Only HTTP:// and LDAP:// paths are supported.
See Also