C# 클래스 System.Security.SecurityContext

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

공개 메소드들

메소드 설명
Capture ( ) : SecurityContext
Capture ( ) : System.Security.SecurityContext
CreateCopy ( ) : SecurityContext
CreateCopy ( ) : System.Security.SecurityContext
Dispose ( ) : void
IsFlowSuppressed ( ) : bool
IsWindowsIdentityFlowSuppressed ( ) : bool
RestoreFlow ( ) : void
Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
Run ( System securityContext, System callback, object state ) : void

비공개 메소드들

메소드 설명
SecurityContext ( )
SecurityContext ( ) : System.Threading

메소드 상세

Capture() 공개 정적인 메소드

public static Capture ( ) : SecurityContext
리턴 SecurityContext

Capture() 공개 정적인 메소드

public static Capture ( ) : System.Security.SecurityContext
리턴 System.Security.SecurityContext

CreateCopy() 공개 메소드

public CreateCopy ( ) : SecurityContext
리턴 SecurityContext

CreateCopy() 공개 메소드

public CreateCopy ( ) : System.Security.SecurityContext
리턴 System.Security.SecurityContext

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsFlowSuppressed() 공개 정적인 메소드

public static IsFlowSuppressed ( ) : bool
리턴 bool

IsWindowsIdentityFlowSuppressed() 공개 정적인 메소드

public static IsWindowsIdentityFlowSuppressed ( ) : bool
리턴 bool

RestoreFlow() 공개 정적인 메소드

public static RestoreFlow ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
securityContext SecurityContext
callback ContextCallback
state object
리턴 void

Run() 공개 정적인 메소드

public static Run ( System securityContext, System callback, object state ) : void
securityContext System
callback System
state object
리턴 void