3 writes to StateDataFormat
Microsoft.AspNetCore.Authentication.Test (2)
WsFederation\WsFederationTest.cs (1)
295
options.
StateDataFormat
= new CustomStateDataFormat();
WsFederation\WsFederationTest_Handler.cs (1)
292
options.
StateDataFormat
= new CustomStateDataFormat();
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationPostConfigureOptions.cs (1)
49
options.
StateDataFormat
= new PropertiesDataFormat(dataProtector);
3 references to StateDataFormat
Microsoft.AspNetCore.Authentication.WsFederation (3)
WsFederationHandler.cs (2)
134
wsFederationMessage.Wctx = Uri.EscapeDataString(Options.
StateDataFormat
.Protect(properties));
185
properties = Options.
StateDataFormat
.Unprotect(state);
WsFederationPostConfigureOptions.cs (1)
45
if (options.
StateDataFormat
== null)