Click or drag to resize

ICertDbAdminDDeleteExpiredCRLs Method

Performs database cleanup by removing expired CRLs. All CLR rows that expired before specified date and time are deleted.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
int DeleteExpiredCRLs(
	DateTime notAfter
)

Parameters

notAfter
Type: SystemDateTime
The date and time of CRL expiration.

Return Value

Type: Int32
Number of removed rows.
See Also