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.0.1.0 (4.0.1.0)
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.