ICertConfigDFindConfigEntryByServerName Method

Finds Certification Authority configuration entry by CA host name.

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
ICertConfigEntryD FindConfigEntryByServerName(
	string computerName
)

Parameters

computerName  String
CA host name FQDN.

Return Value

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

See Also