Click or drag to resize

ICertCrlAdminD.PublishAllCrl Method

Publishes a new base and (if configured) delta CRL.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
void PublishAllCrl(
	Nullable<DateTime> nexUpdate = null
)

Parameters

nexUpdate (Optional)
Type: System.Nullable<DateTime>
Optional value for NextPublish CRL field. If parameter is null, Certification Authority will automatically calculate the NextUpdate field.
See Also