X509Certificate2UI
Displays user interface dialogs that allow you to select and view X.509 certificates. This class cannot be inherited.
public X509Certificate2UI()
Initializes an instance of the X509Certificate2UI class.
Displays a dialog box that contains the properties of an X.509 certificate and its associated certificate chain.
Displays a dialog box that contains the properties of an X.509 certificate and its associated certificate chain using a handle to a parent window.
public static X509Certificate2Collection SelectFromCollection(X509Certificate2Collection certificates, string title, string message, X509SelectionFlag selectionFlag)
Displays a dialog box for selecting an X.509 certificate from a certificate collection.
public static X509Certificate2Collection SelectFromCollection(X509Certificate2Collection certificates, string title, string message, X509SelectionFlag selectionFlag, IntPtr hwndParent)
Displays a dialog box for selecting an X.509 certificate from a certificate collection using a handle to a parent window.