CertDbAdminD Class |
Namespace: SysadminsLV.PKI.Dcom.Implementations
The CertDbAdminD type exposes the following members.
| Name | Description | |
|---|---|---|
| CertDbAdminD |
Initializes a new instance of CertDbAdminD from a Certification Authority configuration string.
|
| Name | Description | |
|---|---|---|
| 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.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCertificateStatus |
Gets the status of certificate by its serial number.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImportCertificate |
Imports certificate to Certification Authority database.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RevokeRequest |
Revokes issued or revoked certificate by its serial number.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |