9 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.Test (5)
SecureDataFormatTests.cs (3)
26
var secureDataFormat = new
SecureDataFormat
<string>(new StringSerializer(), prototector);
39
var secureDataFormat = new
SecureDataFormat
<string>(new StringSerializer(), prototector);
53
var secureDataFormat = new
SecureDataFormat
<string>(new StringSerializer(), prototector);
TwitterTests.cs (2)
386
var stateFormat = new
SecureDataFormat
<RequestToken>(new RequestTokenSerializer(), new EphemeralDataProtectionProvider(NullLoggerFactory.Instance).CreateProtector("TwitterTest"));
455
var stateFormat = new
SecureDataFormat
<RequestToken>(new RequestTokenSerializer(), new EphemeralDataProtectionProvider(NullLoggerFactory.Instance).CreateProtector("TwitterTest"));
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterPostConfigureOptions.cs (1)
41
options.StateDataFormat = new
SecureDataFormat
<RequestToken>(