1 write to ProtocolMessage
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
203ProtocolMessage = wsFederationMessage
5 references to ProtocolMessage
Microsoft.AspNetCore.Authentication.Test (4)
WsFederation\WsFederationTest.cs (2)
305if (!context.ProtocolMessage.Parameters.TryGetValue("suppressWctx", out var suppress)) 307Assert.True(context.ProtocolMessage.Wctx.Equals("customValue"), "wctx is not my custom value");
WsFederation\WsFederationTest_Handler.cs (2)
301if (!context.ProtocolMessage.Parameters.TryGetValue("suppressWctx", out var suppress)) 303Assert.True(context.ProtocolMessage.Wctx.Equals("customValue"), "wctx is not my custom value");
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
210wsFederationMessage = messageReceivedContext.ProtocolMessage;