2 writes to SharedKey
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
328SharedKey = key,
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse(){ SharedKey = (string)args[0], RecoveryCodesLeft = (int)args[1], RecoveryCodes = (string[])args[2], IsTwoFactorEnabled = (bool)args[3], IsMachineRemembered = (bool)args[4] },
5 references to SharedKey
Microsoft.AspNetCore.Identity (5)
Data\TwoFactorRequest.cs (2)
20/// The two-factor code derived from the <see cref="TwoFactorResponse.SharedKey"/>. This is only required if <see cref="Enable"/> is set to <see langword="true"/>. 25/// An optional <see cref="bool"/> to reset the <see cref="TwoFactorResponse.SharedKey"/> to a new random value if <see langword="true"/>.
Data\TwoFactorResponse.cs (1)
24/// The recovery codes to use if the <see cref="SharedKey"/> is lost. This will be omitted from the response unless
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).SharedKey, 172writer.WriteString(PropName_SharedKey, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).SharedKey);