SecurityException::RefusedSet Property
.NET Framework (current version)
Gets or sets the refused permission set of the assembly that caused the SecurityException.
Assembly: mscorlib (in mscorlib.dll)
public: property String^ RefusedSet { [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 refused permission 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
Available since 1.1
Show: