SecurityContext.IsWindowsIdentityFlowSuppressed 方法

定义

确定是否已取消当前安全上下文的 Windows 标识部分的流动。

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

返回

Boolean

如果已取消流动,则为 true;否则为 false

例外

.NET 5+ (,包括 .NET Core) :在所有情况下。

注解

IsWindowsIdentityFlowSuppressed基础结构组件使用此方法来确定在异步操作期间迁移时SecurityContext是否传输Windows标识信息。

适用于