StorePermissionAttribute Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Action | Gets or sets a security action. (inherited from SecurityAttribute) |
| AddToStore | Gets or sets a value indicating whether the code is permitted to add to a store. |
| CreateStore | Gets or sets a value indicating whether the code is permitted to create a store. |
| DeleteStore | Gets or sets a value indicating whether the code is permitted to delete a store. |
| EnumerateCertificates | Gets or sets a value indicating whether the code is permitted to enumerate the certificates in a store. |
| EnumerateStores | Gets or sets a value indicating whether the code is permitted to enumerate stores. |
| Flags | Gets or sets the store permissions. |
| OpenStore | Gets or sets a value indicating whether the code is permitted to open a store. |
| RemoveFromStore | Gets or sets a value indicating whether the code is permitted to remove a certificate from a store. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute) |
| Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (inherited from SecurityAttribute) |