Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.CngKeyOpenOptions
Assembly: System.Security.Cryptography
Specifies options for opening a key.
Values
None
No key open options are specified.
UserKey
If the <see cref="F:System.Security.Cryptography.CngKeyOpenOptions.MachineKey" /> value is not specified, a user key is opened instead.
MachineKey
A machine-wide key is opened.
Silent
UI prompting is suppressed.