1 write to binding
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
868this.binding = binding;
7 references to binding
System.ServiceModel (7)
System\ServiceModel\Security\SecurityProtocol.cs (7)
932if ((this.binding is TransportSecurityProtocol) && (spec.TokenParameters is KerberosSecurityTokenParameters)) 947this.binding.AddMessageSupportingTokens(message, ref this.supportingTokens); 954if (this.binding.TryGetSupportingTokens(this.binding.SecurityProtocolFactory, this.binding.Target, this.binding.Via, this.message, timeoutHelper.RemainingTime(), false, out supportingTokens)) 961this.supportingTokenProviders = this.binding.GetSupportingTokenProviders(message.Headers.Action);