CertDbAdminDDeleteExpiredRequests Method
Performs database cleanup by removing expired certificate requests. All certificate 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 DeleteExpiredRequests(
DateTime notAfter
)
Public Function DeleteExpiredRequests (
notAfter As DateTime
) As Integer
public:
virtual int DeleteExpiredRequests(
DateTime notAfter
) sealed
abstract DeleteExpiredRequests :
notAfter : DateTime -> int
override DeleteExpiredRequests :
notAfter : DateTime -> int
- notAfter DateTime
- The date and time of certificate expiration.
Int32Number of removed rows.
ICertDbAdminDDeleteExpiredRequests(DateTime)