IIdentity.IsAuthenticated 屬性

定義

取得值,表示使用者是否已經驗證。

public:
 property bool IsAuthenticated { bool get(); };
public bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public ReadOnly Property IsAuthenticated As Boolean

屬性值

Boolean

如果使用者已驗證,則為 true,否則為 false

備註

此屬性的設定取決於Windows安全性識別碼 (SECURITY_AUTHENTICATED_USER_RID SID) 。

適用於