C# Class System.Net.Mail.SmtpLoginAuthenticationModule

Inheritance: ISmtpAuthenticationModule
Show file Open project: dotnet/corefx

Public Methods

Method Description
Authenticate ( string challenge, NetworkCredential credential, object sessionCookie, string spn, ChannelBinding channelBindingToken ) : Authorization
CloseContext ( object sessionCookie ) : void

Private Methods

Method Description
SmtpLoginAuthenticationModule ( ) : System.Collections.Generic

Method Details

Authenticate() public method

public Authenticate ( string challenge, NetworkCredential credential, object sessionCookie, string spn, ChannelBinding channelBindingToken ) : Authorization
challenge string
credential NetworkCredential
sessionCookie object
spn string
channelBindingToken System.Security.Authentication.ExtendedProtection.ChannelBinding
return Authorization

CloseContext() public method

public CloseContext ( object sessionCookie ) : void
sessionCookie object
return void