C# Класс pGina.Plugin.Email.EmailAuthPlugin

Наследование: IPluginConfiguration, IPluginAuthentication
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SimpleUuid System.Guid

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

Метод Описание
Configure ( ) : void
EmailAuthPlugin ( ) : System
Starting ( ) : void
Stopping ( ) : void

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

Метод Описание
IPluginAuthentication ( SessionProperties properties ) : BooleanResult
apopPass ( string resp, string password ) : string

Determines if the POP3 server supports APOP, and returns the authentication hash if so.

authImap ( System stream, NetworkCredential creds ) : bool

Authenticates against an IMAP server. Presently only supports plain text login. The use of AUTHENTICATE is not yet supported, so SSL is advised.

authPop3 ( System stream, NetworkCredential creds ) : bool

Authenticates against a POP3 server. If a timestamp is sent in the initial response, it assumes APOP is supported.

getNetworkStream ( string server, int port, bool ssl ) : Stream

Attempts to open a network stream to the specified server.

getResponse ( System reader ) : string

Attempts to grab a response from the server.

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

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

public Configure ( ) : void
Результат void

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

public EmailAuthPlugin ( ) : System
Результат System

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

public Starting ( ) : void
Результат void

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

public Stopping ( ) : void
Результат void

Описание свойств

SimpleUuid публичное статическое свойство

public static Guid,System SimpleUuid
Результат System.Guid