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

IsFlowSuppressed() static public method

static public IsFlowSuppressed ( ) : bool
return bool
		static public bool IsFlowSuppressed ()
		{
			return Thread.CurrentThread.ExecutionContext.SecurityContext.FlowSuppressed;
		}