public abstract class CertSrvCdpAiaConfig<T> : CertSrvConfig
where T : ICertSrvCdpAiaUri
Public MustInherit Class CertSrvCdpAiaConfig(Of T As ICertSrvCdpAiaUri)
Inherits CertSrvConfiggeneric<typename T>
where T : ICertSrvCdpAiaUri
public ref class CertSrvCdpAiaConfig abstract : public CertSrvConfig[<AbstractClassAttribute>]
type CertSrvCdpAiaConfig<'T when 'T : ICertSrvCdpAiaUri> =
class
inherit CertSrvConfig
end| CertSrvCdpAiaConfigT | Initializes a new instance of CertSrvCdpAiaConfig from computer name and configuration property name. |
| ComputerName |
Gets the certification authority computer name.
(Inherited from CertSrvConfig) |
| ConfigEntries |
Gets a collection of config entries to update when calling Commit(Boolean) method.
(Inherited from CertSrvConfig) |
| ConfigManager |
Gets the CA configuration read/write manager used by implementers to read and write configuration.
(Inherited from CertSrvConfig) |
| Count | |
| InternalEntries | Gets a writable collection of URI entries. |
| IsModified |
Indicates whether the object was modified after it was instantiated. This member is set to False upon successful changes commit.
(Inherited from CertSrvConfig) |
| Item | Gets the element at the specified index. |
| Add | |
| Clear | |
| Commit |
Updates Certification Authority configuration on a server.
(Inherited from CertSrvConfig) |
| Contains | |
| CopyTo | |
| 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.
(Inherited from CertSrvConfig) |
| Remove | |
| ToString | (Inherited from Object) |