<PackageReference Include="System.Windows.Extensions" Version="10.0.0-preview.6.25358.103" />

X509SelectionFlag

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