KRACertificate Property

Gets Key Recovery Agent (KRA) certificates assigned to CA server. If the property is empty, then CA server is not configured for key archival and all requests that require key archival will fail.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public X509Certificate2Collection Certificate { get; }

Property Value

X509Certificate2Collection

See Also