ICertConfigDFindConfigEntryByServerName Method |
Finds Certification Authority configuration entry by CA host name.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax ICertConfigEntryD FindConfigEntryByServerName(
string computerName
)
Function FindConfigEntryByServerName (
computerName As String
) As ICertConfigEntryD
ICertConfigEntryD^ FindConfigEntryByServerName(
String^ computerName
)
abstract FindConfigEntryByServerName :
computerName : string -> ICertConfigEntryD
Parameters
- computerName
- Type: SystemString
CA host name FQDN.
Return Value
Type:
ICertConfigEntryDConfiguration entry if CA config entry is found that matches search criteria. Otherwise returns NULL.
See Also