SecurityContext.IsWindowsIdentityFlowSuppressed Metoda

Definice

Určuje, jestli byl potlačen tok části identity Windows aktuálního kontextu zabezpečení.

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

Návraty

Boolean

true pokud byl tok potlačen; falsev opačném případě .

Výjimky

.NET 5+ (včetně .NET Core): Ve všech případech.

Poznámky

Metoda IsWindowsIdentityFlowSuppressed se používá komponentami infrastruktury k určení, jestli se mají přenést informace o identitě Windows při SecurityContext migraci během asynchronních operací.

Platí pro