共用方式為


NTAccount 類別

定義

代表使用者或組帳戶。

public ref class NTAccount sealed : System::Security::Principal::IdentityReference
public sealed class NTAccount : System.Security.Principal.IdentityReference
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class NTAccount : System.Security.Principal.IdentityReference
type NTAccount = class
    inherit IdentityReference
[<System.Runtime.InteropServices.ComVisible(false)>]
type NTAccount = class
    inherit IdentityReference
Public NotInheritable Class NTAccount
Inherits IdentityReference
繼承
屬性

建構函式

NTAccount(String)

使用指定的名稱,初始化 NTAccount 類別的新實例。

NTAccount(String, String)

使用指定的功能變數名稱和帳戶名稱,初始化 NTAccount 類別的新實例。

屬性

Value

傳回這個 NTAccount 物件的字串表示。

方法

Equals(Object)

傳回值,這個值表示這個 NTAccount 物件是否等於指定的物件。

GetHashCode()

做為目前 NTAccount 物件的哈希函式。 GetHashCode() 方法適用於哈希表之類的哈希演算法和數據結構。

GetType()

取得目前實例的 Type

(繼承來源 Object)
IsValidTargetType(Type)

傳回值,指出指定的型別是否為 NTAccount 類別的有效轉譯類型。

MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

針對 NTAccount 物件所代表的帳戶,傳回 網域\帳戶 格式的帳戶名稱。

Translate(Type)

NTAccount 物件所代表的帳戶名稱轉譯為另一個 IdentityReference衍生類型。

運算子

Equality(NTAccount, NTAccount)

比較兩個 NTAccount 物件,以判斷它們是否相等。 如果它們與 Value 屬性所傳回的名稱表示相同,或兩者都 null,則會將其視為相等。

Inequality(NTAccount, NTAccount)

比較兩個 NTAccount 物件,以判斷它們是否不相等。 如果它們與 Value 屬性所傳回的名稱表示法不同,或者其中一個物件 null,而另一個物件則不相同,則視為不相等。

適用於