SecurityContext::RestoreFlow Method ()

 

Restores the flow of the security context across asynchronous threads.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
static void RestoreFlow()

Exception Condition
InvalidOperationException

The security context is null or an empty string.

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

.NET Framework
Available since 2.0
Return to top
Show: