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

상속: System.Security.Claims.ClaimsPrincipal
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
IsInRole ( System.Security.Principal.SecurityIdentifier sid ) : bool
IsInRole ( WindowsBuiltInRole role ) : bool
IsInRole ( int rid ) : bool
IsInRole ( string role ) : bool
WindowsPrincipal ( System.Security.Principal.WindowsIdentity ntIdentity ) : System.Collections.Generic

비공개 메소드들

메소드 설명
OnDeserializedMethod ( StreamingContext context ) : void
WindowsPrincipal ( ) : System.Collections.Generic

메소드 상세

IsInRole() 공개 메소드

public IsInRole ( System.Security.Principal.SecurityIdentifier sid ) : bool
sid System.Security.Principal.SecurityIdentifier
리턴 bool

IsInRole() 공개 메소드

public IsInRole ( WindowsBuiltInRole role ) : bool
role WindowsBuiltInRole
리턴 bool

IsInRole() 공개 메소드

public IsInRole ( int rid ) : bool
rid int
리턴 bool

IsInRole() 공개 메소드

public IsInRole ( string role ) : bool
role string
리턴 bool

WindowsPrincipal() 공개 메소드

public WindowsPrincipal ( System.Security.Principal.WindowsIdentity ntIdentity ) : System.Collections.Generic
ntIdentity System.Security.Principal.WindowsIdentity
리턴 System.Collections.Generic