ICertConfigDFindConfigEntryByServerName Method
Finds Certification Authority configuration entry by CA host name.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
ICertConfigEntryD FindConfigEntryByServerName(
string computerName
)
Function FindConfigEntryByServerName (
computerName As String
) As ICertConfigEntryD
ICertConfigEntryD^ FindConfigEntryByServerName(
String^ computerName
)
abstract FindConfigEntryByServerName :
computerName : string -> ICertConfigEntryD
- computerName String
- CA host name FQDN.
ICertConfigEntryDConfiguration entry if CA config entry is found that matches search criteria. Otherwise returns NULL.