Click or drag to resize

CertConfigD Class

Represents Windows implementation for ICertConfigD interface.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Dcom.ImplementationsCertConfigD

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class CertConfigD : ICertConfigD

The CertConfigD type exposes the following members.

Constructors
  NameDescription
Public methodCertConfigD
Initializes a new instance of the CertConfigD class
Top
Methods
  NameDescription
Public methodEnumConfigEntries
Gets an array of discovered certification authority configuration entries.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindConfigEntryByCertificateName
Finds Certification Authority configuration entry by CA certificate name (common name).
Public methodFindConfigEntryByServerName
Finds Certification Authority configuration entry by CA host name.
Public methodGetDefaultConfig
Retrieves the default certification authority.
Public methodGetFirstConfig
Returns the first certification authority.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLocalActiveConfig
Retrieves the local certification authority if it is running.
Public methodGetLocalConfig
Retrieves the local certification authority.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUIConfig
Displays a user interface that allows the user to select a certification authority.
Public methodGetUISkipLocalConfig
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also