1 write to Password
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.RegisterRequest(){ Email = (string)args[0], Password = (string)args[1] },
3 references to Password
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
79var result = await userManager.CreateAsync(user, registration.Password);
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (2)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)obj).Password, 113writer.WriteString(PropName_Password, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Password);