Click or drag to resize

CertDbAdminD Class

Represents a managed implementation of ICertDbAdminD interface that includes Certification Authority database management operations.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Dcom.ImplementationsCertDbAdminD

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CertDbAdminD : ICertDbAdminD

The CertDbAdminD type exposes the following members.

Constructors
  NameDescription
Public methodCertDbAdminD
Initializes a new instance of CertDbAdminD from a Certification Authority configuration string.
Top
Methods
  NameDescription
Public methodApproveRequest
Approves specified pending certificate request.
Public methodDeleteDatabaseRow
Deletes database row from specified database table. Default is request table.
Public methodDeleteExpiredCRLs
Performs database cleanup by removing expired CRLs. All CLR rows that expired before specified date and time are deleted.
Public methodDeleteExpiredRequests
Performs database cleanup by removing expired certificate requests. All certificate rows that expired before specified date and time are deleted.
Public methodDeleteLastUpdatedRequests
Performs database cleanup by removing requests that were last updated before specified date and time.
Public methodDenyRequest
Denies specified pending certificate request.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCertificateStatus
Gets the status of certificate by its serial number.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportCertificate
Imports certificate to Certification Authority database.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRevokeRequest
Revokes issued or revoked certificate by its serial number.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also