System.Security.SecurityContext.RestoreFlow Method

Restores the flow of the security context across asynchronous threads.

Syntax

public static void RestoreFlow ()

Remarks

The SecurityContext.RestoreFlow method is called by the System.Threading.AsyncFlowControl.Undo method to reverse the effect of a prior SecurityContext.SuppressFlow method call.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0