IIdentity 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義身分識別物件的基本功能。
public interface class IIdentity
public interface IIdentity
[System.Runtime.InteropServices.ComVisible(true)]
public interface IIdentity
type IIdentity = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IIdentity = interface
Public Interface IIdentity
- 衍生
- 屬性
備註
身分識別物件代表執行程式代碼的使用者。 這個介面是由和 WindowsIdentity 類別實GenericIdentity作。
屬性
AuthenticationType |
取得所使用的驗證 (Authentication) 類型。 |
IsAuthenticated |
取得值,表示使用者是否已經驗證。 |
Name |
取得目前使用者的名稱。 |