CertificateAuthorityEnumEnterpriseCAs Method
            Enumerates registered in Certification Authorities from the current Active Directory forest.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static CertificateAuthority[] EnumEnterpriseCAs(
	string findType = "Server",
	string findValue = "*"
)
Public Shared Function EnumEnterpriseCAs ( 
	Optional findType As String = "Server",
	Optional findValue As String = "*"
) As CertificateAuthority()
public:
static array<CertificateAuthority^>^ EnumEnterpriseCAs(
	String^ findType = L"Server", 
	String^ findValue = L"*"
)
static member EnumEnterpriseCAs : 
        ?findType : string * 
        ?findValue : string 
(* Defaults:
        let _findType = defaultArg findType "Server"
        let _findValue = defaultArg findValue "*"
*)
-> CertificateAuthority[] 
- 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.
CertificateAuthorityAn array of Certification Authorities.