ICertConfigD Interface
Represents a wrapper interface for Microsoft
ICertConfig COM interface.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public interface ICertConfigD
Public Interface ICertConfigD
public interface class ICertConfigD
type ICertConfigD = interface end
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.
|