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 ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
Translate ( IdentityReferenceCollection sourceAccounts, Type targetType, bool forceSuccess ) : IdentityReferenceCollection | ||
TranslateToSids ( IdentityReferenceCollection sourceAccounts, bool &someFailed ) : IdentityReferenceCollection |
public IsValidTargetType ( Type targetType ) : bool | ||
targetType | Type | |
return | bool |
public NTAccount ( string name ) : System.ComponentModel | ||
name | string | |
return | System.ComponentModel |
public NTAccount ( string domainName, string accountName ) : System.ComponentModel | ||
domainName | string | |
accountName | string | |
return | System.ComponentModel |
public Translate ( Type targetType ) : |
||
targetType | Type | |
return |