4 references to SecureDataFormat
Microsoft.AspNetCore.Authentication (2)
PropertiesDataFormat.cs (1)
19
:
base
(new PropertiesSerializer(), protector)
TicketDataFormat.cs (1)
19
:
base
(TicketSerializer.Default, protector)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectPostConfigureOptions.cs (1)
60
options.StringDataFormat = new
SecureDataFormat
<string>(new StringSerializer(), dataProtector);
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterPostConfigureOptions.cs (1)
41
options.StateDataFormat = new
SecureDataFormat
<RequestToken>(