SecurityContext.IsWindowsIdentityFlowSuppressed 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否已取消当前安全上下文的 Windows 标识部分的流动。
public:
static bool IsWindowsIdentityFlowSuppressed();
public static bool IsWindowsIdentityFlowSuppressed ();
static member IsWindowsIdentityFlowSuppressed : unit -> bool
Public Shared Function IsWindowsIdentityFlowSuppressed () As Boolean
返回
如果已取消流动,则为 true
;否则为 false
。
例外
.NET 5+ (,包括 .NET Core) :在所有情况下。
注解
IsWindowsIdentityFlowSuppressed基础结构组件使用此方法来确定在异步操作期间迁移时SecurityContext是否传输Windows标识信息。