mscorlib(4.0.0.0) API with additions
StorePermissionFlags.cs
2 {
5  [Flags]
6  public enum StorePermissionFlags
7  {
9  NoFlags = 0x0,
11  CreateStore = 0x1,
13  DeleteStore = 0x2,
15  EnumerateStores = 0x4,
17  OpenStore = 0x10,
19  AddToStore = 0x20,
21  RemoveFromStore = 0x40,
23  EnumerateCertificates = 0x80,
25  AllFlags = 0xF7
26  }
27 }
The ability to add a certificate to a store.
The ability to enumerate the certificates in a store.
StorePermissionFlags
Specifies the permitted access to X.509 certificate stores.
Use all security policy components.
The ability to remove a certificate from a store.
Specifies that the class can be serialized.
The ability to enumerate the stores on a computer.