3 writes to HttpContext
IdentitySample.PasskeyConformance (1)
Program.cs (1)
101
HttpContext
= context,
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
568
HttpContext
= Context,
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1088
HttpContext
= httpContext.Object,
3 references to HttpContext
Microsoft.AspNetCore.Identity (3)
PasskeyHandler.cs (3)
264
context.
HttpContext
)
286
VerifyAuthenticatorData(authenticatorData, context.
HttpContext
);
314
HttpContext = context.
HttpContext
,