1 write to _challengeProtector
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionHandler.cs (1)
48
_challengeProtector
= new DeviceBoundSessionChallengeProtector(dataProtectionProvider, logger.CreateLogger<DeviceBoundSessionChallengeProtector>());
4 references to _challengeProtector
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (4)
DeviceBoundSessionHandler.cs (4)
355
=>
_challengeProtector
.GenerateRegistrationChallenge(principal, Options.ChallengeMaxAge);
358
=>
_challengeProtector
.TryValidateRegistrationChallenge(challenge, principal);
361
=>
_challengeProtector
.GenerateRefreshChallenge(principal, sessionId, Options.ChallengeMaxAge);
364
=>
_challengeProtector
.TryValidateRefreshChallenge(challenge, principal, expectedSessionId);