C# 클래스 System.Security.SecurityContext.SecurityContext

파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
Run void
SecurityContext System.Runtime.InteropServices
SecurityContext System.Runtime.InteropServices
SuppressFlow System.Threading.AsyncFlowControl

공개 메소드들

메소드 설명
Capture ( ) : SecurityContext
CreateCopy ( ) : SecurityContext
IsFlowSuppressed ( ) : bool
IsWindowsIdentityFlowSuppressed ( ) : bool
RestoreFlow ( ) : void
SuppressFlowWindowsIdentity ( ) : AsyncFlowControl

비공개 메소드들

메소드 설명
Run ( SecurityContext securityContext, ContextCallback callback, object state ) : void
SecurityContext ( ) : System.Runtime.InteropServices
SecurityContext ( SecurityContext sc ) : System.Runtime.InteropServices
SuppressFlow ( ) : AsyncFlowControl

메소드 상세

Capture() 정적인 공개 메소드

static public Capture ( ) : SecurityContext
리턴 SecurityContext

CreateCopy() 공개 메소드

public CreateCopy ( ) : SecurityContext
리턴 SecurityContext

IsFlowSuppressed() 정적인 공개 메소드

static public IsFlowSuppressed ( ) : bool
리턴 bool

IsWindowsIdentityFlowSuppressed() 정적인 공개 메소드

static public IsWindowsIdentityFlowSuppressed ( ) : bool
리턴 bool

RestoreFlow() 정적인 공개 메소드

static public RestoreFlow ( ) : void
리턴 void

SuppressFlowWindowsIdentity() 정적인 공개 메소드

static public SuppressFlowWindowsIdentity ( ) : AsyncFlowControl
리턴 System.Threading.AsyncFlowControl