SecurityPermission::Flags Property
.NET Framework (current version)
Gets or sets the security permission flags.
Assembly: mscorlib (in mscorlib.dll)
public: property SecurityPermissionFlag Flags { SecurityPermissionFlag get(); void set(SecurityPermissionFlag value); }
Property Value
Type: System.Security.Permissions::SecurityPermissionFlagThe state of the current permission, represented by a bitwise OR combination of any permission bits defined by SecurityPermissionFlag.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to an invalid value. See SecurityPermissionFlag for the valid values. |
Individual permission bits can be determined by performing an AND operation against this value and checking for nonzero.
.NET Framework
Available since 1.1
Available since 1.1
Show: