C# Класс SmtpServer.Protocol.AuthCommand

Наследование: SmtpCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuthCommand ( IUserAuthenticator userAuthenticator, AuthenticationMethod method, string parameter ) : System

Constructor.

ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Execute the command.

Приватные методы

Метод Описание
TryLoginAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Attempt a LOGIN login sequence.

TryPlainAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task

Attempt a PLAIN login sequence.

Описание методов

AuthCommand() публичный Метод

Constructor.
public AuthCommand ( IUserAuthenticator userAuthenticator, AuthenticationMethod method, string parameter ) : System
userAuthenticator IUserAuthenticator The user authenticator.
method AuthenticationMethod The authentication method.
parameter string The authentication parameter.
Результат System

ExecuteAsync() публичный Метод

Execute the command.
public ExecuteAsync ( ISmtpSessionContext context, CancellationToken cancellationToken ) : Task
context ISmtpSessionContext The execution context to operate on.
cancellationToken System.Threading.CancellationToken The cancellation token.
Результат Task