X509SelectionFlag
Specifies the type of selection requested using the SelectFromCollection method.
namespace System.Security.Cryptography.X509Certificates
{
public enum X509SelectionFlag
{
SingleSelection,
MultiSelection
}
}