1 write to channelBindingToken
System (1)
net\System\Net\mail\smtpconnection.cs (1)
411this.channelBindingToken = TlsStream.GetChannelBinding(ChannelBindingKind.Unique);
10 references to channelBindingToken
System (10)
net\System\Net\mail\smtpconnection.cs (10)
205if (channelBindingToken != null){ 206channelBindingToken.Close(); 229if (this.channelBindingToken != null){ 230channelBindingToken.Close(); 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);