5 references to ResetSharedKey
Microsoft.AspNetCore.Identity (5)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (2)
100
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)obj).
ResetSharedKey
,
171
writer.WriteBoolean(PropName_ResetSharedKey, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).
ResetSharedKey
);
IdentityApiEndpointRouteBuilderExtensions.cs (3)
499
if (tfaRequest.
ResetSharedKey
)
519
else if (tfaRequest.Enable == false || tfaRequest.
ResetSharedKey
)
524
if (tfaRequest.
ResetSharedKey
)