5 references to ResetSharedKey
Microsoft.AspNetCore.Identity (5)
IdentityApiEndpointRouteBuilderExtensions.cs (3)
272
if (tfaRequest.
ResetSharedKey
)
292
else if (tfaRequest.Enable == false || tfaRequest.
ResetSharedKey
)
297
if (tfaRequest.
ResetSharedKey
)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (2)
98
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)obj).
ResetSharedKey
,
169
writer.WriteBoolean(PropName_ResetSharedKey, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).
ResetSharedKey
);