SecurityContext.IsFlowSuppressed Methode

Definition

Bestimmt, ob der Fluss des Sicherheitskontexts unterdrückt wurde.

public:
 static bool IsFlowSuppressed();
public static bool IsFlowSuppressed ();
static member IsFlowSuppressed : unit -> bool
Public Shared Function IsFlowSuppressed () As Boolean

Gibt zurück

true, wenn der Fluss unterdrückt wurde, andernfalls false.

Ausnahmen

.NET 5 und höher (einschließlich .NET Core): In allen Fällen.

Hinweise

Die IsFlowSuppressed -Methode wird von Infrastrukturkomponenten verwendet, um zu bestimmen, ob die SecurityContext Informationen während asynchroner Vorgänge übertragen werden.

Gilt für: