3 writes to HttpContext
IdentitySample.PasskeyConformance (1)
Program.cs (1)
188
HttpContext
= context,
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
612
HttpContext
= Context,
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAssertionTest.cs (1)
1095
HttpContext
= httpContext.Object,
2 references to HttpContext
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
483
context.
HttpContext
)
491
VerifyAuthenticatorData(authenticatorData, context.
HttpContext
);