CertConfigD2 Class
Represents a static Windows implementation for
ICertConfigD interface.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static class CertConfigD2
Public NotInheritable Class CertConfigD2
public ref class CertConfigD2 abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CertConfigD2 = class end
- Inheritance
- Object CertConfigD2
EnumConfigEntries |
Gets an array of discovered certification authority configuration entries.
|
FindConfigEntryByCertificateName |
Finds Certification Authority configuration entry by CA certificate name (common name).
|
FindConfigEntryByServerName |
Finds Certification Authority configuration entry by CA host name.
|
GetDefaultConfig |
Retrieves the default certification authority.
|
GetFirstConfig |
Returns the first certification authority.
|
GetLocalActiveConfig |
Retrieves the local certification authority if it is running.
|
GetLocalConfig |
Retrieves the local certification authority.
|
GetUIConfig |
Displays a user interface that allows the user to select a certification authority.
|
GetUISkipLocalConfig |
Displays a user interface that allows the user to select a certification authority. The UI excludes any local
certification authority. This exclusion is useful during subordinate certification authority certificate renewal
when the subordinate certification authority certificate request is submitted to a certification authority other
than the current certification authority.
|