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