1 override of CreateWsspSupportingTokensAssertion
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityPolicy12.cs (1)
131public override Collection<XmlElement> CreateWsspSupportingTokensAssertion(MetadataExporter exporter, Collection<SecurityTokenParameters> signed, Collection<SecurityTokenParameters> signedEncrypted, Collection<SecurityTokenParameters> endorsing, Collection<SecurityTokenParameters> signedEndorsing, Collection<SecurityTokenParameters> optionalSigned, Collection<SecurityTokenParameters> optionalSignedEncrypted, Collection<SecurityTokenParameters> optionalEndorsing, Collection<SecurityTokenParameters> optionalSignedEndorsing, AddressingVersion addressingVersion)
2 references to CreateWsspSupportingTokensAssertion
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
2267Collection<XmlElement> supportingTokenAssertions = sp.CreateWsspSupportingTokensAssertion(
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
906return CreateWsspSupportingTokensAssertion(exporter, signed, signedEncrypted, endorsing, signedEndorsing, optionalSigned, optionalSignedEncrypted, optionalEndorsing, optionalSignedEndorsing, null);