This documentation is archived and is not being maintained.
X509Certificate2UI.SelectFromCollection Method
Visual Studio 2008
Displays a dialog box for selecting an X.509 certificate from a certificate collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SelectFromCollection(X509Certificate2Collection, String, String, X509SelectionFlag) | Displays a dialog box for selecting an X.509 certificate from a certificate collection. |
|
SelectFromCollection(X509Certificate2Collection, String, String, X509SelectionFlag, IntPtr) | Displays a dialog box for selecting an X.509 certificate from a certificate collection using a handle to a parent window. |
Use this method if you require users to manually select X.509 certificates using a dialog box. If no user interaction is required, use the X509Certificate2Collection.Find method.
Show: