1 write to Id
Microsoft.AspNetCore.Identity (1)
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId)obj).
Id
,
91
global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId)value).
Id
;
PasskeyHandler.cs (3)
237
if (credential?.
Id
is not { Length: > 0 and <= 1023 })
242
var user = await _userManager.FindByPasskeyIdAsync(credential.
Id
.ToArray()).ConfigureAwait(false);
251
CredentialId = credential.
Id
,