SecurityPermission.IsUnrestricted 메서드

정의

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

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

현재 사용 권한이 제한되지 않은 경우true 이고, 제한되는 경우 false입니다.

구현

설명

무제한 권한 사용 권한으로 보호 하는 모든 리소스에 대 한 액세스를 나타냅니다.

적용 대상