Click or drag to resize

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
)

Parameters

computerName
Type: SystemString
CA host name FQDN.

Return Value

Type: ICertConfigEntryD
Configuration entry if CA config entry is found that matches search criteria. Otherwise returns NULL.
See Also