Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509Certificate2UI.SelectFromCollection Method

 

Displays a dialog box for selecting an X.509 certificate from a certificate collection.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System.Security (in System.Security.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSelectFromCollection(X509Certificate2Collection, String, String, X509SelectionFlag)

Displays a dialog box for selecting an X.509 certificate from a certificate collection.

System_CAPS_pubmethodSystem_CAPS_staticSelectFromCollection(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.

Return to top
Show:
© 2017 Microsoft