System.Security.Cryptography.CngKeyCreationOptions public enum CngKeyCreationOptions Documentation Code namespace System.Security.Cryptography { public enum CngKeyCreationOptions { MachineKey = 32, None = 0, OverwriteExistingKey = 128 } }