Copies the elements of the specified X509CertificateCollection to the end of the current X509CertificateCollection.
| C# | Visual Basic |
public void AddRange( X509CertificateCollection value )
Public Sub AddRange ( _ value As X509CertificateCollection _ )
- value (X509CertificateCollection)
- The X509CertificateCollection containing the objects to add to the collection.