System.Security.SecurityContext.IsFlowSuppressed Method

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

Syntax

public static bool IsFlowSuppressed ()

Returns

true if the flow has been suppressed; otherwise, false.

Remarks

The SecurityContext.IsFlowSuppressed method is used by infrastructure components to determine whether to transfer the System.Security.SecurityContext information during asynchronous operations.

Requirements

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