Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISmtpAuthenticationModule.cs
Go to the documentation of this file.
1
using
System.Security.Authentication.ExtendedProtection
;
2
3
namespace
System.Net.Mail
;
4
5
internal
interface
ISmtpAuthenticationModule
6
{
7
string
AuthenticationType
{
get
; }
8
9
Authorization
Authenticate
(
string
challenge,
NetworkCredential
credentials,
object
sessionCookie,
string
spn,
ChannelBinding
channelBindingToken);
10
11
void
CloseContext
(
object
sessionCookie);
12
}
System.Net.Authorization
Definition
Authorization.cs:4
System.Net.NetworkCredential
Definition
NetworkCredential.cs:8
System.Security.Authentication.ExtendedProtection.ChannelBinding
Definition
ChannelBinding.cs:6
System.Net.Mail.ISmtpAuthenticationModule.CloseContext
void CloseContext(object sessionCookie)
System.Net.Mail.ISmtpAuthenticationModule.Authenticate
Authorization Authenticate(string challenge, NetworkCredential credentials, object sessionCookie, string spn, ChannelBinding channelBindingToken)
System.Net.Mail.ISmtpAuthenticationModule.AuthenticationType
string AuthenticationType
Definition
ISmtpAuthenticationModule.cs:7
System.Net.Mail.ISmtpAuthenticationModule
Definition
ISmtpAuthenticationModule.cs:6
System.Net.Mail
Definition
AlternateView.cs:5
System.Security.Authentication.ExtendedProtection
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Net.Mail
System.Net.Mail
ISmtpAuthenticationModule.cs
Generated by
1.10.0