System.Security.Cryptography.CngKeyHandleOpenOptions public enum CngKeyHandleOpenOptions Documentation Code namespace System.Security.Cryptography { public enum CngKeyHandleOpenOptions { EphemeralKey = 1, None = 0 } }