AddRange Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds multiple X509Certificate2 objects to an X509Certificate2Collection object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddRange(array<X509Certificate2> [] () [] []) Adds multiple X509Certificate2 objects in an array to the X509Certificate2Collection object.
Public method AddRange(X509Certificate2Collection) Adds multiple X509Certificate2 objects in an X509Certificate2Collection object to another X509Certificate2Collection object.

Top

See Also

Reference

X509Certificate2Collection Class

System.Security.Cryptography.X509Certificates Namespace