CertConfigDGetUISkipLocalConfig Method |
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.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string GetUISkipLocalConfig()
Public Function GetUISkipLocalConfig As String
public:
virtual String^ GetUISkipLocalConfig() sealed
abstract GetUISkipLocalConfig : unit -> string
override GetUISkipLocalConfig : unit -> string
Return Value
Type:
String
Certification Authority configuration string in a 'HostName\CA Certificate Name' form. If no server found, the method returns NULL.
Implements
ICertConfigDGetUISkipLocalConfigSee Also