KRAAdd Method

Adds key recovery agent (KRA) certificates to the CA. This method do not writes them to a Certification Authority.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Add(
	X509Certificate2[] certs
)

Parameters

certs  X509Certificate2
One or more X509Certificate2 object to add.

Remarks

If Certificate property already contains the certificate passed in certs parameter, the method skips the certificate.

Exceptions

ArgumentNullExceptionThe certs parameter is null or empty array.

See Also