System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed Method

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

Syntax

public static bool IsWindowsIdentityFlowSuppressed ()

Returns

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

Remarks

The SecurityContext.IsWindowsIdentityFlowSuppressed method is used by infrastructure components to determine whether to transfer the Windows identity information when the System.Security.SecurityContext migrates 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