1 write to AuthenticatorData
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)obj).
AuthenticatorData
,
155
global::Microsoft.AspNetCore.Identity.BufferSource __value_AuthenticatorData = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).
AuthenticatorData
;
PasskeyHandler.cs (2)
472
var authenticatorData = AuthenticatorData.Parse(response.
AuthenticatorData
.AsMemory());
513
byte[] data = [.. response.
AuthenticatorData
.AsSpan(), .. clientDataHash];