6 references to CreateTokenAssertion
System.ServiceModel (6)
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);
System\ServiceModel\Security\WSSecurityPolicy12.cs (2)
401policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 436policy.AppendChild(CreateTokenAssertion(exporter, p, true));