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