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