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,另一个对象则不相等,则被视为不相等。

适用于