1 write to RecipientTokenParameters
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1780
binding.
RecipientTokenParameters
= tokenParameters;
7 references to RecipientTokenParameters
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
592
X509SecurityTokenParameters recipient = asbe.
RecipientTokenParameters
as X509SecurityTokenParameters;
619
X509SecurityTokenParameters recipient = asbe.
RecipientTokenParameters
as X509SecurityTokenParameters;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
149
else if (
RecipientTokenParameters
!= null)
151
supportsServerAuthentication =
RecipientTokenParameters
.SupportsServerAuthentication;
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
203
|| !AreTokenParametersMatching(asbe1.
RecipientTokenParameters
, asbe2.
RecipientTokenParameters
, true, exactMessageSecurityVersion))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
506
CreateWsspRecipientTokenAssertion(exporter, binding.
RecipientTokenParameters
),