CertificateAuthorityEnumEnterpriseCAs Method

Enumerates registered in Certification Authorities from the current Active Directory forest.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public static CertificateAuthority[] EnumEnterpriseCAs(
	string findType = "Server",
	string findValue = "*"
)

Parameters

findType  String  (Optional)
Specifies CA object search type. The search type can be either: Name or Server.
findValue  String  (Optional)
Specifies search pattern for a type specified in findType argument. Wildcard characters: * and ? are accepted.

Return Value

CertificateAuthority
An array of Certification Authorities.

See Also