CertConfigD Class

Represents Windows implementation for ICertConfigD interface. This class represents an instance implementation of CertConfigD2 static class and can be used in dependency injection scenarios.

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 class CertConfigD : ICertConfigD
Inheritance
Object    CertConfigD
Implements
ICertConfigD

Constructors

CertConfigDInitializes a new instance of the CertConfigD class

Methods

EnumConfigEntries Gets an array of discovered certification authority configuration entries.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
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.
GetHashCode
(Inherited from Object)
GetLocalActiveConfig Retrieves the local certification authority if it is running.
GetLocalConfig Retrieves the local certification authority.
GetType
(Inherited from Object)
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.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also