ICertDbAdminD Interface

Represents a wrapper interface for Microsoft ICertAdmin2 COM interface.

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public interface ICertDbAdminD

Methods

ApproveRequest Approves specified pending certificate request.
DeleteDatabaseRow Deletes database row from specified database table. Default is request table.
DeleteExpiredCRLs Performs database cleanup by removing expired CRLs. All CLR rows that expired before specified date and time are deleted.
DeleteExpiredRequests Performs database cleanup by removing expired certificate requests. All certificate rows that expired before specified date and time are deleted.
DeleteLastUpdatedRequests Performs database cleanup by removing requests that were last updated before specified date and time.
DenyRequest Denies specified pending certificate request.
GetCertificateStatus Gets the status of certificate by its serial number.
ImportCertificate Imports certificate to Certification Authority database.
RevokeRequest Revokes issued or revoked certificate by its serial number.

See Also