SecurityContext.IsFlowSuppressed Methode

Definitie

Bepaalt of de stroom van de beveiligingscontext is onderdrukt.

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

Retouren

true indien de stroom is onderdrukt; anders, false.

Uitzonderingen

.NET 5+ (inclusief .NET Core): In alle gevallen.

Opmerkingen

De IsFlowSuppressed methode wordt gebruikt door infrastructuuronderdelen om te bepalen of de SecurityContext informatie moet worden overgedragen tijdens asynchrone bewerkingen.

Van toepassing op