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.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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
- notAfter DateTime
- The date and time of CRL expiration.
Int32Number of removed rows.
ICertDbAdminDDeleteExpiredCRLs(DateTime)