System.Security.Cryptography.X509Certificates.X509SelectionFlag Enumeration

Specifies the type of selection requested using the erload:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection method.

Syntax

public enum X509SelectionFlag

Remarks

This flag represents either a single or multiple certificate selection using the erload:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection method.

Members

Member NameDescription
MultiSelection

A multiple selection. The user can use the SHIFT or CRTL keys to select more than one X.509 certificate.

SingleSelection

A single selection. The UI allows the user to select one X.509 certificate.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0