C# Класс System.Security.Principal.NTAccount

Наследование: IdentityReference
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object o ) : bool
GetHashCode ( ) : int
IsValidTargetType ( Type targetType ) : bool
NTAccount ( string name ) : System.ComponentModel
NTAccount ( string domainName, string accountName ) : System.ComponentModel
ToString ( ) : string
Translate ( Type targetType ) : IdentityReference
operator ( ) : bool

Приватные методы

Метод Описание
Translate ( IdentityReferenceCollection sourceAccounts, Type targetType, bool forceSuccess ) : IdentityReferenceCollection
TranslateToSids ( IdentityReferenceCollection sourceAccounts, bool &someFailed ) : IdentityReferenceCollection

Описание методов

Equals() публичный Метод

public Equals ( object o ) : bool
o object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

IsValidTargetType() публичный Метод

public IsValidTargetType ( Type targetType ) : bool
targetType Type
Результат bool

NTAccount() публичный Метод

public NTAccount ( string name ) : System.ComponentModel
name string
Результат System.ComponentModel

NTAccount() публичный Метод

public NTAccount ( string domainName, string accountName ) : System.ComponentModel
domainName string
accountName string
Результат System.ComponentModel

ToString() публичный Метод

public ToString ( ) : string
Результат string

Translate() публичный Метод

public Translate ( Type targetType ) : IdentityReference
targetType Type
Результат IdentityReference

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool