4 references to EnsureOutgoingIdentity
System.ServiceModel (4)
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
152EnsureOutgoingIdentity(sourceToken ?? encryptionToken, this.sessionTokenAuthenticator);
System\ServiceModel\Security\MessageSecurityProtocol.cs (3)
303EnsureOutgoingIdentity(token, authenticator); 727this.binding.EnsureOutgoingIdentity(token, this.identityCheckAuthenticator); 862this.binding.EnsureOutgoingIdentity(token, this.identityCheckAuthenticator);