Click or drag to resize

KRAAdd Method

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

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Add(
	X509Certificate2[] certs
)

Parameters

certs
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
One or more X509Certificate2 object to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe certs parameter is null or empty array.
Remarks
If Certificate property already contains the certificate passed in certs parameter, the method skips the certificate.
See Also