CngPropertyOptions Enumeration
.NET Framework (current version)
Specifies Cryptography Next Generation (CNG) key property options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| CustomProperty | The property is not specified by CNG. Use this option to avoid future name conflicts with CNG properties. | |
| None | The referenced property has no options. | |
| Persist | The property should be persisted. |
These options are used to initialize CngProperty objects, which are then used in SetProperty calls. You also use these options when you query for the value of properties with the GetProperty method.
Properties must be queried with the CngPropertyOptions they are stored with. Otherwise, they will not be found.
.NET Framework
Available since 3.5
Available since 3.5
Show: