System.Security.Cryptography.CngPropertyOptions public enum CngPropertyOptions Documentation Code namespace System.Security.Cryptography { public enum CngPropertyOptions { CustomProperty = 1073741824, None = 0, Persist = int.MinValue } }