1 override of ValidatePrincipal
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
31
public override async Task
ValidatePrincipal
(CookieValidatePrincipalContext context)
3 references to ValidatePrincipal
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
215
await Events.
ValidatePrincipal
(context);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionCookieEvents.cs (1)
33
await GetInnerEvents(context.HttpContext).
ValidatePrincipal
(context);
PostConfigureDeviceBoundSessionDerivedCookieOptions.cs (1)
109
await sourceEvents.
ValidatePrincipal
(context);