共用方式為


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

實作

適用於