C# 클래스 System.Net.Mail.SmtpLoginAuthenticationModule

상속: ISmtpAuthenticationModule
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Authenticate ( string challenge, NetworkCredential credential, object sessionCookie, string spn, ChannelBinding channelBindingToken ) : Authorization
CloseContext ( object sessionCookie ) : void

비공개 메소드들

메소드 설명
SmtpLoginAuthenticationModule ( ) : System.Collections.Generic

메소드 상세

Authenticate() 공개 메소드

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
리턴 Authorization

CloseContext() 공개 메소드

public CloseContext ( object sessionCookie ) : void
sessionCookie object
리턴 void