C# Class System.Security.Principal.NTAccount

Inheritance: IdentityReference
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Translate ( IdentityReferenceCollection sourceAccounts, Type targetType, bool forceSuccess ) : IdentityReferenceCollection
TranslateToSids ( IdentityReferenceCollection sourceAccounts, bool &someFailed ) : IdentityReferenceCollection

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsValidTargetType() public méthode

public IsValidTargetType ( Type targetType ) : bool
targetType Type
Résultat bool

NTAccount() public méthode

public NTAccount ( string name ) : System.ComponentModel
name string
Résultat System.ComponentModel

NTAccount() public méthode

public NTAccount ( string domainName, string accountName ) : System.ComponentModel
domainName string
accountName string
Résultat System.ComponentModel

ToString() public méthode

public ToString ( ) : string
Résultat string

Translate() public méthode

public Translate ( Type targetType ) : IdentityReference
targetType Type
Résultat IdentityReference

operator() public static méthode

public static operator ( ) : bool
Résultat bool