Click or drag to resize

CertificateAuthorityEnumEnterpriseCAs Method

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

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

Parameters

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

Return Value

Type: CertificateAuthority
An array of Certification Authorities.
See Also