CertConfigD2 Class

Represents a static Windows implementation for ICertConfigD interface.

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public static class CertConfigD2
Inheritance
Object    CertConfigD2

Methods

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.

See Also