SecurityPermissionAttribute.Execution 속성

정의

코드를 실행할 권한이 선언되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

코드를 실행할 권한이 선언되면true 이고, 선언되지 않으면 false입니다.

설명

어셈블리 수준에서 사용 권한에 대한 Execution 요청은 무시됩니다. 어셈블리에 실행할 Execution 권한이 있는 경우 사용 권한이 자동으로 부여되고 Execution 속성을 적용 true 하거나 false 영향을 주지 않습니다.

적용 대상