1 write to Password
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
79
var result = await userManager.CreateAsync(user, registration.
Password
);
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)obj).
Password
,
113
writer.WriteString(PropName_Password, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).
Password
);