SecurityPermissionAttribute.Flags Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets all permission flags that are specified in the SecurityPermissionFlag enumeration.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Security.Permissions.SecurityPermissionFlagOne or more of the enumeration values combined using a bitwise OR.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to an invalid value. See SecurityPermissionFlag for the valid values. |
Show: