KRAAdd Method
Adds key recovery agent (KRA) certificates to the CA. This method do not writes them to a Certification Authority.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public void Add(
X509Certificate2[] certs
)
Public Sub Add (
certs As X509Certificate2()
)
public:
void Add(
array<X509Certificate2^>^ certs
)
member Add :
certs : X509Certificate2[] -> unit
Parameters
- certs X509Certificate2
- One or more X509Certificate2 object to add.
If
Certificate property already contains the certificate passed in
certs parameter,
the method skips the certificate.