System.Security.Cryptography.CngKeyOpenOptions
Specifies options for opening a key.
namespace System.Security.Cryptography
{
public enum CngKeyOpenOptions
{
None = 0,
UserKey = 0,
MachineKey = 32,
Silent = 64
}
}