Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Authorization | Authenticate (string challenge, NetworkCredential credential, object sessionCookie, string spn, ChannelBinding channelBindingToken) |
void | CloseContext (object sessionCookie) |
Package Functions | |
SmtpNegotiateAuthenticationModule () | |
Properties | |
string | AuthenticationType [get] |
Private Member Functions | |
string | GetSecurityLayerOutgoingBlob (string challenge, System.Net.NTAuthentication clientContext) |
Private Attributes | |
readonly Dictionary< object, System.Net.NTAuthentication > | _sessions = new Dictionary<object, System.Net.NTAuthentication>() |
Definition at line 7 of file SmtpNegotiateAuthenticationModule.cs.