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