public class CertDbAdminD : ICertDbAdminDPublic Class CertDbAdminD
Implements ICertDbAdminDpublic ref class CertDbAdminD : ICertDbAdminDtype CertDbAdminD =
class
interface ICertDbAdminD
end| CertDbAdminD | Initializes a new instance of CertDbAdminD from a Certification Authority configuration string. |
| 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 | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetCertificateStatus | Gets the status of certificate by its serial number. |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| ImportCertificate | Imports certificate to Certification Authority database. |
| MemberwiseClone | (Inherited from Object) |
| RevokeRequest | Revokes issued or revoked certificate by its serial number. |
| ToString | (Inherited from Object) |