Click or drag to resize

CertificateAuthorityGetCACerts Method

Returns all CA certificates.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509Certificate2Collection GetCACerts()

Return Value

Type: X509Certificate2Collection
A collection of CA certificates.
Exceptions
ExceptionCondition
UninitializedObjectException Current object is not initialized.
ServerUnavailableException Current CA server could not be contacted via remote registry and RPC protocol.
See Also