Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityPermission::Flags Property

 

Gets or sets the security permission flags.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property SecurityPermissionFlag Flags {
	SecurityPermissionFlag get();
	void set(SecurityPermissionFlag value);
}

Property Value

Type: System.Security.Permissions::SecurityPermissionFlag

The 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
Return to top
Show:
© 2017 Microsoft