System.Security.SecurityContext Members

The members of System.Security.SecurityContext are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Capture() : SecurityContext

Captures the security context for the current thread.

CreateCopy() : SecurityContext

Creates a copy of the current security context.

Dispose()

Releases all resources used by the current instance of the System.Security.SecurityContext class.

static
IsFlowSuppressed() : bool

Determines whether the flow of the security context has been suppressed.

static
IsWindowsIdentityFlowSuppressed() : bool

Determines whether the flow of the Windows identity portion of the current security context has been suppressed.

static
RestoreFlow()

Restores the flow of the security context across asynchronous threads.

static
Run(SecurityContext, System.Threading.ContextCallback, object)

Runs the specified method in the specified security context on the current thread.

static
SuppressFlow() : System.Threading.AsyncFlowControl

Suppresses the flow of the security context across asynchronous threads.

static
SuppressFlowWindowsIdentity() : System.Threading.AsyncFlowControl

Suppresses the flow of the Windows identity portion of the current security context across asynchronous threads.