KeyContainerPermissionAttribute::Flags Property
.NET Framework (current version)
Gets or sets the key container permissions.
Assembly: mscorlib (in mscorlib.dll)
public: property KeyContainerPermissionFlags Flags { KeyContainerPermissionFlags get(); void set(KeyContainerPermissionFlags value); }
Property Value
Type: System.Security.Permissions::KeyContainerPermissionFlagsA bitwise combination of the KeyContainerPermissionFlags values. The default is NoFlags.
Caution |
|---|
Many of these flags are powerful and permit access to key containers that should be granted only to highly trusted code. |
The most powerful of the flags are Create, Delete, Import, Export, Sign, Decrypt, and AllFlags. For specific threats posed by the use of these flags, see individual flag descriptions.
.NET Framework
Available since 2.0
Available since 2.0
Show:
