3 references to TryImportWsspSignedPartsAssertion
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
112
if (!securityPolicy.
TryImportWsspSignedPartsAssertion
(assertions, out signedParts, out assertion)
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1190
if (!
TryImportWsspSignedPartsAssertion
(alternative, out signedParts, out assertion) && assertion != null)
1254
if (!
TryImportWsspSignedPartsAssertion
(alternative, out signedParts, out assertion) && assertion != null)