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

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

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

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

Execute the command.

StartTlsCommand ( X509Certificate certificate ) : System.Net.Security

Constructor.

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

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

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

Constructor.
public StartTlsCommand ( X509Certificate certificate ) : System.Net.Security
certificate System.Security.Cryptography.X509Certificates.X509Certificate The server side certificate to authenticate with.
Результат System.Net.Security