System.Security.Cryptography.CngKeyOpenOptions
Specifies options for opening a key.
MachineKey = 32
A machine-wide key is opened.
None = 0
No key open options are specified.
Silent = 64
UI prompting is suppressed.
UserKey = 0
If the MachineKey value is not specified, a user key is opened instead.