System.Security.Cryptography.CngKeyOpenOptions public enum CngKeyOpenOptions Documentation Code namespace System.Security.Cryptography { public enum CngKeyOpenOptions { MachineKey = 32, None = 0, Silent = 64, UserKey = 0 } }