In The Hand LtdIn The Hand
AddRange Method (value)
NamespacesInTheHand.Security.Cryptography.X509CertificatesX509CertificateCollectionAddRange(array<X509Certificate>[]()[][])
.NET Components for Mobility
Copies the elements of an array of type X509Certificate to the end of the current X509CertificateCollection.
Declaration Syntax
C#Visual Basic
public void AddRange(
	X509Certificate[] value
)
Public Sub AddRange ( _
	value As X509Certificate() _
)
Parameters
value (array<X509Certificate>[]()[][])
The array of type X509Certificate containing the objects to add to the current X509CertificateCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value parameter is a null reference (Nothing in Visual Basic).

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0