This documentation is archived and is not being maintained.
CngPropertyOptions Enumeration
Visual Studio 2010
Specifies Cryptography Next Generation (CNG) key property options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.CryptographyAssembly: System.Core (in System.Core.dll)
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.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: