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.

SecurityException::GrantedSet Property

 

Gets or sets the granted permission set of the assembly that caused the SecurityException.

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

public:
property String^ GrantedSet {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)]
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The XML representation of the granted set of the assembly.

This property might not contain relevant data in security exceptions other than exceptions involving checks for the AllowPartiallyTrustedCallersAttribute.

SecurityPermission

for the ability to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag::ControlEvidence, SecurityPermissionFlag::ControlPolicy Security action: Demand

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft