This documentation is archived and is not being maintained.
CngPropertyOptions Enumeration
Visual Studio 2008
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, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: