public abstract class CertSrvConfigPublic MustInherit Class CertSrvConfigpublic ref class CertSrvConfig abstract[<AbstractClassAttribute>]
type CertSrvConfig = class end| CertSrvConfig | Initializes a new instance of CertSrvConfig from a string that contains a computer name where Certification Authority is installed. |
| ComputerName | Gets the certification authority computer name. |
| ConfigEntries | Gets a collection of config entries to update when calling Commit(Boolean) method. |
| ConfigManager | Gets the CA configuration read/write manager used by implementers to read and write configuration. |
| IsModified | Indicates whether the object was modified after it was instantiated. This member is set to False upon successful changes commit. |
| Commit | Updates Certification Authority configuration on a server. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| OnCommit | Calls actions before commiting changes back to source. |
| ToString | (Inherited from Object) |