Share via


IdentityResolutionInterceptionData 结构

定义

传递给 IIdentityResolutionInterceptor 方法的参数对象。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct IdentityResolutionInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
type IdentityResolutionInterceptionData = struct
Public Structure IdentityResolutionInterceptionData
继承
IdentityResolutionInterceptionData
属性

注解

有关详细信息和示例,请参阅日志记录、事件和诊断

构造函数

IdentityResolutionInterceptionData(DbContext)

构造参数对象。

属性

Context

正在使用的当前 DbContext 实例。

适用于