SecurityAttribute.Unrestricted 속성
해당 특성에 의해 보호되는 리소스에 대해 전체(무제한) 권한이 선언되는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: System.Security.Permissions
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Public Property Unrestricted As Boolean
‘사용 방법
Dim instance As SecurityAttribute
Dim value As Boolean
value = instance.Unrestricted
instance.Unrestricted = value
public bool Unrestricted { get; set; }
public:
property bool Unrestricted {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Unrestricted ()
/** @property */
public void set_Unrestricted (boolean value)
public function get Unrestricted () : boolean
public function set Unrestricted (value : boolean)
속성 값
보호되는 리소스에 대한 전체 사용 권한이 선언된 경우 true이고, 그렇지 않은 경우 false입니다.
설명
이 속성은 선언적 보안에 대한 사용자 지정 특성을 구현하는 모든 클래스에서 상속됩니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
SecurityAttribute 클래스
SecurityAttribute 멤버
System.Security.Permissions 네임스페이스