CngUIPolicy Constructor (CngUIProtectionLevels, String, String, String)
Initializes a new instance of the CngUIPolicy class by using the specified protection level, friendly name, description string, and use context.
Assembly: System.Core (in System.Core.dll)
public CngUIPolicy( CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext )
Parameters
- protectionLevel
- Type: System.Security.Cryptography.CngUIProtectionLevels
A bitwise combination of the enumeration values that specify the protection level.
- friendlyName
- Type: System.String
A friendly name for the key to be used in the UI prompt. Specify a null string to use the default name.
- description
- Type: System.String
The full-text description of the key. Specify a null string to use the default description.
- useContext
- Type: System.String
A description of how the key will be used. Specify a null string to use the default description.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.