SecurityAttribute.Unrestricted 속성

정의

해당 특성에 의해 보호되는 리소스에 대해 전체(무제한) 권한이 선언되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

보호되는 리소스에 대한 전체 권한이 선언된 경우 true이고, 그렇지 않은 경우 false입니다.

설명

이 속성은 선언적 보안을 위해 사용자 지정 특성을 구현하는 모든 클래스에서 상속됩니다.

적용 대상