mscorlib(4.0.0.0) API with additions
CngKeyOpenOptions.cs
2 {
4  [Flags]
5  public enum CngKeyOpenOptions
6  {
8  None = 0x0,
10  UserKey = 0x0,
12  MachineKey = 0x20,
14  Silent = 0x40
15  }
16 }
CngKeyOpenOptions
Specifies options for opening a key.
If the F:System.Security.Cryptography.CngKeyOpenOptions.MachineKey value is not specified,...