1 write to AuthenticatorData
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse(){ AuthenticatorData = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Signature = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], UserHandle = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[3] },
4 references to AuthenticatorData
Microsoft.AspNetCore.Identity (4)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)obj).AuthenticatorData, 155global::Microsoft.AspNetCore.Identity.BufferSource __value_AuthenticatorData = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).AuthenticatorData;
PasskeyHandler.cs (2)
472var authenticatorData = AuthenticatorData.Parse(response.AuthenticatorData.AsMemory()); 513byte[] data = [.. response.AuthenticatorData.AsSpan(), .. clientDataHash];