CertDbAdminDDeleteExpiredCRLs Method |
Performs database cleanup by removing expired CRLs. All CLR rows that expired before specified date and time
are deleted.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int DeleteExpiredCRLs(
DateTime notAfter
)
Public Function DeleteExpiredCRLs (
notAfter As DateTime
) As Integer
public:
virtual int DeleteExpiredCRLs(
DateTime notAfter
) sealed
abstract DeleteExpiredCRLs :
notAfter : DateTime -> int
override DeleteExpiredCRLs :
notAfter : DateTime -> int
Parameters
- notAfter
- Type: SystemDateTime
The date and time of CRL expiration.
Return Value
Type:
Int32Number of removed rows.
Implements
ICertDbAdminDDeleteExpiredCRLs(DateTime)See Also