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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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.