CertificateAuthority Methods |
The CertificateAuthority type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect |
Connects to a specified Certification Authority server. This method allows you to connect to either
Standalone CA or Enterprise CA.
| |
| EnumEnterpriseCAs |
Enumerates registered in Certification Authorities from the current Active Directory forest.
| |
| 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.) | |
| GetBaseCRL |
Returns the most recent version of Base CRL.
| |
| GetCACerts |
Returns all CA certificates.
| |
| GetCAExchangeCertificate |
Retrieves the most recent 'CA Exchange' certificate. If the certificate does not exist, the method
will instruct CA server to generate or enroll a new one.
| |
| GetDbReader |
Returns an instance of ADCS database reader.
| |
| GetDeltaCRL |
Returns the most recent version of Delta CRL. If Certification Authority is not configured for Delta CRL, the method returns null.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMyRoles |
Returns all roles granted on the CA to the caller.
| |
| GetSecurityDescriptor |
Gets the access control list (ACL) for the current Certification Authority.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Ping |
Attempts to check Certification Authority's management interfaces availability.
| |
| Ping(String) |
Attempts to check specified Certification Authority's management interfaces availability.
| |
| PublishCRL |
This method publishes certificate revocation lists (CRLs) for a certification authority (CA).
The PublishCRL method publishes a CRL based on the CA's current certificate, as well as CRLs based on any CA certificates that have been renewed and are not yet expired. | |
| Restart |
Restarts a current Certification Authority instance. This method restarts 'certsvc' service.
| |
| Restart(String) |
Restarts a specified Certification Authority service. This method restarts 'certsvc' service.
| |
| Start |
Starts Certification Authority service.
| |
| Start(String) |
Starts Certification Authority service on a specified server.
| |
| Stop |
Stops Certification Authority service.
| |
| Stop(String) |
Stops Certification Authority service on a specified server.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateEnrollmentServiceUri |
Updates Enrollment Services URLs in the Active Directory.
|