StorePermissionAttribute::Flags Property
.NET Framework (current version)
Gets or sets the store permissions.
Assembly: System (in System.dll)
public: property StorePermissionFlags Flags { StorePermissionFlags get(); void set(StorePermissionFlags value); }
Property Value
Type: System.Security.Permissions::StorePermissionFlagsA bitwise combination of the StorePermissionFlags values. The default is NoFlags.
Caution |
|---|
Many of these flags are powerful and permit access to stores that should be granted only to highly trusted code. |
The most powerful of the flags are AddToStore, CreateStore, DeleteStore, 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:
