Class NTAccount
Inheritance
System.Object
NTAccount
Assembly: IronZip.dll
Syntax
public sealed class NTAccount : IdentityReference
Constructors
NTAccount(String)
Declaration
public NTAccount(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
NTAccount(String, String)
Declaration
public NTAccount(string domainName, string accountName)
Parameters
| Type |
Name |
Description |
| System.String |
domainName |
|
| System.String |
accountName |
|
Properties
Value
Declaration
public override string Value { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
IsValidTargetType(Type)
Declaration
public override bool IsValidTargetType(Type targetType)
Parameters
| Type |
Name |
Description |
| System.Type |
targetType |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Translate(Type)
Declaration
public override IdentityReference Translate(Type targetType)
Parameters
| Type |
Name |
Description |
| System.Type |
targetType |
|
Returns
Overrides
Operators
Equality(NTAccount, NTAccount)
Declaration
public static bool operator ==(NTAccount left, NTAccount right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(NTAccount, NTAccount)
Declaration
public static bool operator !=(NTAccount left, NTAccount right)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|