1 write to Signature
Microsoft.AspNetCore.Identity (1)
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] },
3 references to Signature
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)obj).
Signature
,
161
global::Microsoft.AspNetCore.Identity.BufferSource __value_Signature = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).
Signature
;
PasskeyHandler.cs (1)
515
if (!cpk.Verify(data, response.
Signature
.AsSpan()))