5 references to TicketDataFormat
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenConfigureOptions.cs (2)
20
options.BearerTokenProtector = new
TicketDataFormat
(dp.CreateProtector(_primaryPurpose, schemeName, "BearerToken"));
21
options.RefreshTokenProtector = new
TicketDataFormat
(dp.CreateProtector(_primaryPurpose, schemeName, "RefreshToken"));
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
44
options.TicketDataFormat = new
TicketDataFormat
(dataProtector);
Microsoft.AspNetCore.Authentication.Test (2)
CookieTests.cs (2)
1651
o.TicketDataFormat = new
TicketDataFormat
(dp);
1676
o.TicketDataFormat = new
TicketDataFormat
(dp);