1 write to binding
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
690this.binding = binding;
3 references to binding
System.ServiceModel (3)
System\ServiceModel\Security\MessageSecurityProtocol.cs (3)
699get { return this.binding; } 723throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target))); 727this.binding.EnsureOutgoingIdentity(token, this.identityCheckAuthenticator);