C# Class System.Security.SecurityContext

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SecurityContext ( )
SecurityContext ( ) : System.Threading

Method Details

Capture() public static method

public static Capture ( ) : SecurityContext
return SecurityContext

Capture() public static method

public static Capture ( ) : System.Security.SecurityContext
return System.Security.SecurityContext

CreateCopy() public method

public CreateCopy ( ) : SecurityContext
return SecurityContext

CreateCopy() public method

public CreateCopy ( ) : System.Security.SecurityContext
return System.Security.SecurityContext

Dispose() public method

public Dispose ( ) : void
return void

IsFlowSuppressed() public static method

public static IsFlowSuppressed ( ) : bool
return bool

IsWindowsIdentityFlowSuppressed() public static method

public static IsWindowsIdentityFlowSuppressed ( ) : bool
return bool

RestoreFlow() public static method

public static RestoreFlow ( ) : void
return void

Run() public static method

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

Run() public static method

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