SecurityPermissionAttribute.BindingRedirects Property

Definition

Gets or sets a value that indicates whether code has permission to perform binding redirection in the application configuration file.

public:
 property bool BindingRedirects { bool get(); void set(bool value); };
public bool BindingRedirects { get; set; }
member this.BindingRedirects : bool with get, set
Public Property BindingRedirects As Boolean

Property Value

true if code can perform binding redirects; otherwise, false.

Remarks

This permission allows redirection of .NET Framework assemblies that have been unified, as well as other assemblies found outside the .NET Framework.

Applies to