Share via


IdentityResolutionInterceptionData Struct

Definition

A parameter object passed to IIdentityResolutionInterceptor methods.

[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct IdentityResolutionInterceptionData
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct IdentityResolutionInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type IdentityResolutionInterceptionData = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type IdentityResolutionInterceptionData = struct
Public Structure IdentityResolutionInterceptionData
Inheritance
IdentityResolutionInterceptionData
Attributes

Remarks

See Logging, events, and diagnostics for more information and examples.

Constructors

Name Description
IdentityResolutionInterceptionData(DbContext)

Constructs the parameter object.

Properties

Name Description
Context

The current DbContext instance being used.

Applies to