2 writes to ClientDataJSON
Microsoft.AspNetCore.Identity (2)
Generated\361d1da7f942c932\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], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
Generated\361d1da7f942c932\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1] },
9 references to ClientDataJSON
Microsoft.AspNetCore.Identity (9)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
126Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 175global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
Generated\361d1da7f942c932\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
103Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 146global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
PasskeyHandler.cs (5)
382utf8Json: response.ClientDataJSON.AsMemory(), 389var clientDataHash = SHA256.HashData(response.ClientDataJSON.AsSpan()); 476clientDataJson: response.ClientDataJSON.ToArray()) 607utf8Json: response.ClientDataJSON.AsMemory(), 637var clientDataHash = SHA256.HashData(response.ClientDataJSON.AsSpan());