mscorlib(4.0.0.0) API with additions
KeyContainerPermissionFlags.cs
2 
4 {
7  [Flags]
8  [ComVisible(true)]
10  {
12  NoFlags = 0x0,
14  Create = 0x1,
16  Open = 0x2,
18  Delete = 0x4,
20  Import = 0x10,
22  Export = 0x20,
24  Sign = 0x100,
26  Decrypt = 0x200,
28  ViewAcl = 0x1000,
30  ChangeAcl = 0x2000,
32  AllFlags = 0x3337
33  }
34 }
Definition: __Canon.cs:3
View the access control list (ACL) for a key container.
Change the access control list (ACL) for a key container.
KeyContainerPermissionFlags
Specifies the type of key container access allowed.
The DEL (DELETE) key.
Use all security policy components.
Specifies that the class can be serialized.