System.Security.Cryptography.CngUIProtectionLevels public enum CngUIProtectionLevels Documentation Code namespace System.Security.Cryptography { public enum CngUIProtectionLevels { ForceHighProtection = 2, None = 0, ProtectKey = 1 } }