System.Security.SecurityContext.SecurityContext.IsWindowsIdentityFlowSuppressed C# (CSharp) Method

IsWindowsIdentityFlowSuppressed() static public method

static public IsWindowsIdentityFlowSuppressed ( ) : bool
return bool
		static public bool IsWindowsIdentityFlowSuppressed ()
		{
			return Thread.CurrentThread.ExecutionContext.SecurityContext.WindowsIdentityFlowSuppressed;
		}