2 writes to ClientDataJSON
Microsoft.AspNetCore.Identity (2)
_generated\24\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\25\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\24\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\25\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)
362
utf8Json: response.
ClientDataJSON
.AsMemory(),
369
var clientDataHash = SHA256.HashData(response.
ClientDataJSON
.AsSpan());
453
clientDataJson: response.
ClientDataJSON
.ToArray())
584
utf8Json: response.
ClientDataJSON
.AsMemory(),
614
var clientDataHash = SHA256.HashData(response.
ClientDataJSON
.AsSpan());