System.Security.SecurityContext.SecurityContext.IsFlowSuppressed C# (CSharp) Méthode

IsFlowSuppressed() static public méthode

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