System.Security.Permissions.KeyContainerPermissionAttribute.Flags Property

Gets or sets the key container permissions.

Syntax

public KeyContainerPermissionFlags Flags { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

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 KeyContainerPermissionFlags.Create, KeyContainerPermissionFlags.Delete, KeyContainerPermissionFlags.Import, KeyContainerPermissionFlags.Export, KeyContainerPermissionFlags.Sign, KeyContainerPermissionFlags.Decrypt, and KeyContainerPermissionFlags.AllFlags. For specific threats posed by the use of these flags, see individual flag descriptions.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0