3 references to PropertiesDataFormat
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthPostConfigureOptions.cs (1)
48
options.StateDataFormat = new
PropertiesDataFormat
(dataProtector);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectPostConfigureOptions.cs (1)
49
options.StateDataFormat = new
PropertiesDataFormat
(dataProtector);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationPostConfigureOptions.cs (1)
49
options.StateDataFormat = new
PropertiesDataFormat
(dataProtector);