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