1 write to Id
Microsoft.AspNetCore.Identity (1)
_generated\38\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\38\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)
237if (credential?.Id is not { Length: > 0 and <= 1023 }) 242var user = await _userManager.FindByPasskeyIdAsync(credential.Id.ToArray()).ConfigureAwait(false); 251CredentialId = credential.Id,