6 references to CreateTokenAssertion
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
964policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 971policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 1023policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 1854return CreateTokenAssertion(exporter, parameters, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (2)
401policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 436policy.AppendChild(CreateTokenAssertion(exporter, p, true));