5 references to GetChannelBindingFromMessage
System.ServiceModel (5)
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
109securityHeader.Process(timeoutHelper.RemainingTime(), SecurityUtils.GetChannelBindingFromMessage(message), this.Factory.ExtendedProtectionPolicy);
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
433securityHeader.Process(timeoutHelper.RemainingTime(), SecurityUtils.GetChannelBindingFromMessage(message), this.factory.ExtendedProtectionPolicy);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
256SecurityUtils.GetChannelBindingFromMessage(incomingMessage),
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
336SecurityUtils.GetChannelBindingFromMessage(incomingMessage),
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
262securityHeader.Process(timeoutHelper.RemainingTime(), SecurityUtils.GetChannelBindingFromMessage(message), factory.ExtendedProtectionPolicy);