ClaimsPrincipalPermission.IsUnrestricted 메서드

정의

사용 권한이 제한되지 않았는지 여부를 나타내는 값을 반환합니다.

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

반환

현재 권한이 제한되지 않은 경우 true이고, 제한되는 경우 false입니다. 권한이 제한되지 않음을 나타내는 true를 항상 반환합니다.

구현

적용 대상