C# 클래스 System.Security.Principal.NTAccount

상속: IdentityReference
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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