1 write to binding
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
817this.binding = binding;
4 references to binding
System.ServiceModel (4)
System\ServiceModel\Security\MessageSecurityProtocol.cs (4)
827get { return this.binding; } 858throw TraceUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target)), this.message); 862this.binding.EnsureOutgoingIdentity(token, this.identityCheckAuthenticator); 892throw TraceUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target)), this.message);