Copies the elements of an array of type X509Certificate to the end of the current X509CertificateCollection.
| C# | Visual Basic |
public void AddRange( X509Certificate[] value )
Public Sub AddRange ( _ value As X509Certificate() _ )
- value (array<X509Certificate>[]()[][])
- The array of type X509Certificate containing the objects to add to the current X509CertificateCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value parameter is a null reference (Nothing in Visual Basic). |