Share via


PrincipalPermissionAttribute.Authenticated 屬性

定義

取得或設定值,這個值指出目前的主體是否已由角色型的基礎安全性提供者驗證。

public:
 property bool Authenticated { bool get(); void set(bool value); };
public bool Authenticated { get; set; }
member this.Authenticated : bool with get, set
Public Property Authenticated As Boolean

屬性值

如果目前的主體已經過驗證,則為 true,否則為 false

適用於