ICertConfigDGetUISkipLocalConfig 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
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax string GetUISkipLocalConfig()
Function GetUISkipLocalConfig As String
String^ GetUISkipLocalConfig()
abstract 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.
See Also