5 references to OptionalEndpointSupportingTokenParameters
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
495
this.ImportSupportingTokenAssertions(importer, policyContext, policyContext.GetBindingAssertions(), binding.EndpointSupportingTokenParameters, binding.
OptionalEndpointSupportingTokenParameters
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (3)
379
this.
OptionalEndpointSupportingTokenParameters
.SetKeyDerivation(requireDerivedKeys);
393
if (!this.
OptionalEndpointSupportingTokenParameters
.IsSetKeyDerivation(requireDerivedKeys))
1424
sb.AppendLine(" " + this.
OptionalEndpointSupportingTokenParameters
.ToString().Trim().Replace("\n", "\n "));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1332
security.
OptionalEndpointSupportingTokenParameters
.SignedEncrypted.Count > 0)