1 write to Id
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0] },
5 references to Id
Microsoft.AspNetCore.Identity (5)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId)obj).Id, 91global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId)value).Id;
PasskeyHandler.cs (3)
257if (credential?.Id is not { Length: > 0 and <= 1023 }) 262var user = await _userManager.FindByPasskeyIdAsync(credential.Id.ToArray()).ConfigureAwait(false); 271CredentialId = credential.Id,