2 writes to ClientDataJSON
Microsoft.AspNetCore.Identity (2)
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] },
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Transports = (string[])args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
9 references to ClientDataJSON
Microsoft.AspNetCore.Identity (9)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
124Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 173global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
101Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 144global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
PasskeyHandler.cs (5)
261utf8Json: response.ClientDataJSON.AsMemory(), 268var clientDataHash = SHA256.HashData(response.ClientDataJSON.AsSpan()); 352clientDataJson: response.ClientDataJSON.ToArray()); 480utf8Json: response.ClientDataJSON.AsMemory(), 510var clientDataHash = SHA256.HashData(response.ClientDataJSON.AsSpan());