6 references to TargetName
System (6)
net\System\Net\mail\smtpconnection.cs (6)
452auth = authenticationModules[i].Authenticate(info.Line, null, this, this.client.TargetName, this.channelBindingToken); 495return module.Authenticate(null, credential, this, this.client.TargetName, this.channelBindingToken); 504new AuthenticateCallbackContext(this, module, credential, this.client.TargetName, this.channelBindingToken); 511return module.Authenticate(null, credential, this, this.client.TargetName, this.channelBindingToken); 522return module.Authenticate(null, credential, this, this.client.TargetName, this.channelBindingToken); 1062Authorization auth = connection.authenticationModules[currentModule].Authenticate(authResponse, null, connection, connection.client.TargetName, connection.channelBindingToken);