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