3 references to TryImportWsspSignedPartsAssertion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
111
if (!securityPolicy.
TryImportWsspSignedPartsAssertion
(assertions, out signedParts, out assertion)
FrameworkFork\System.ServiceModel\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)