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.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public string GetUISkipLocalConfig()
Public Function GetUISkipLocalConfig As String
public:
virtual String^ GetUISkipLocalConfig() sealed
abstract GetUISkipLocalConfig : unit -> string
override GetUISkipLocalConfig : unit -> string
String
Certification Authority configuration string in a 'HostName\CA Certificate Name' form. If no server found, the method returns NULL.
ICertConfigDGetUISkipLocalConfig