C# Class System.Security.Principal.NTAccount

Inheritance: IdentityReference
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Translate ( IdentityReferenceCollection sourceAccounts, Type targetType, bool forceSuccess ) : IdentityReferenceCollection
TranslateToSids ( IdentityReferenceCollection sourceAccounts, bool &someFailed ) : IdentityReferenceCollection

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsValidTargetType() public method

public IsValidTargetType ( Type targetType ) : bool
targetType Type
return bool

NTAccount() public method

public NTAccount ( string name ) : System.ComponentModel
name string
return System.ComponentModel

NTAccount() public method

public NTAccount ( string domainName, string accountName ) : System.ComponentModel
domainName string
accountName string
return System.ComponentModel

ToString() public method

public ToString ( ) : string
return string

Translate() public method

public Translate ( Type targetType ) : IdentityReference
targetType Type
return IdentityReference

operator() public static method

public static operator ( ) : bool
return bool