SecurityPermission.Flags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security permission flags.
public:
property System::Security::Permissions::SecurityPermissionFlag Flags { System::Security::Permissions::SecurityPermissionFlag get(); void set(System::Security::Permissions::SecurityPermissionFlag value); };
public System.Security.Permissions.SecurityPermissionFlag Flags { get; set; }
member this.Flags : System.Security.Permissions.SecurityPermissionFlag with get, set
Public Property Flags As SecurityPermissionFlag
Property Value
The state of the current permission, represented by a bitwise OR combination of any permission bits defined by SecurityPermissionFlag.
Exceptions
An attempt is made to set this property to an invalid value. See SecurityPermissionFlag for the valid values.
Remarks
Individual permission bits can be determined by performing an AND operation against this value and checking for nonzero.