Click or drag to resize

CertConfigDFindConfigEntryByServerName Method

Finds Certification Authority configuration entry by CA host name.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public 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.

Implements

ICertConfigDFindConfigEntryByServerName(String)
See Also