SecurityPermissionAttribute.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 all permission flags comprising the SecurityPermission permissions.
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
One or more of the SecurityPermissionFlag values combined using a bitwise OR.
Exceptions
An attempt is made to set this property to an invalid value. See SecurityPermissionFlag for the valid values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.