WebPermission.IsUnrestricted 메서드

정의

WebPermission의 전체 사용 권한 상태를 확인합니다.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

반환

Boolean

WebPermissionUnrestricted를 사용하여 PermissionState을 만들었으면 true이고, 그렇지 않으면 false입니다.

구현

설명

Unrestricted이 경우 WebPermission 대상 클래스는 모든 URI를 사용할 수 있습니다. 그렇지 않으면 대상 클래스와 함께 사용하려는 모든 URI에 대해 특정 권한을 부여해야 합니다.

참고

URI를 추가하고 사용 권한을 지정하는 데 사용합니다 AddPermission .

적용 대상

추가 정보