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

속성 값

Boolean

코드가 바인딩 리디렉션을 수행할 수 있으면 true이고, 수행할 수 없으면 false입니다.

설명

이 권한을 사용하면 통합된 .NET Framework 어셈블리와 .NET Framework 외부에서 찾은 다른 어셈블리를 리디렉션할 수 있습니다.

적용 대상