SecurityException::GrantedSet Property
.NET Framework (current version)
Gets or sets the granted permission set of the assembly that caused the SecurityException.
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); }
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
Available since 1.1
Show: