SecurityPermissionAttribute.BindingRedirects プロパティ

定義

アプリケーション構成ファイル内のバインド リダイレクトを実行するためのコードがアクセス許可を持っているかどうかを示す値を取得または設定します。

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

プロパティ値

コードがバインド リダイレクトを実行できる場合は true、それ以外の場合は false

注釈

このアクセス許可を使用すると、統合された.NET Frameworkアセンブリと、.NET Frameworkの外部にある他のアセンブリのリダイレクトが許可されます。

適用対象