1 write to Signature
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\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], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
3 references to Signature
Microsoft.AspNetCore.Identity (3)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)obj).Signature, 163global::Microsoft.AspNetCore.Identity.BufferSource __value_Signature = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).Signature;
PasskeyHandler.cs (1)
642if (!cpk.Verify(data, response.Signature.AsSpan()))