1 write to _registrationProtector
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionChallengeProtector.cs (1)
26_registrationProtector = dataProtectionProvider
2 references to _registrationProtector
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionChallengeProtector.cs (2)
39return WebEncoders.Base64UrlEncode(_registrationProtector.Protect(writer.Encode(), lifetime)); 53if (!TryUnprotect(_registrationProtector, challenge, out var payload))