1 write to ResetSharedKey
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest(){ Enable = (bool?)args[0], TwoFactorCode = (string)args[1],
ResetSharedKey
= (bool)args[2], ResetRecoveryCodes = (bool)args[3], ForgetMachine = (bool)args[4] },
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
);