AdcsCdpUrlEntryAddToFreshestCrl 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:
SysadminsLV.PKI.Management.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