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 インスタンス。

適用対象