C# Класс MailKit.AccessControl

An Access Control.
An Access Control is a set of permissions available for a particular identity, controlling whether or not that identity has the ability to perform various tasks.
Показать файл Открыть проект

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

Метод Описание
AccessControl ( string name ) : System

Initializes a new instance of the MailKit.AccessControl class.

Creates a new MailKit.AccessControl with the given name and no access rights.

AccessControl ( string name, IEnumerable rights ) : System

Initializes a new instance of the MailKit.AccessControl class.

Creates a new MailKit.AccessControl with the given name and access rights.

AccessControl ( string name, string rights ) : System

Initializes a new instance of the MailKit.AccessControl class.

Creates a new MailKit.AccessControl with the given name and access rights.

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

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

Initializes a new instance of the MailKit.AccessControl class.
Creates a new MailKit.AccessControl with the given name and no access rights.
/// is null. ///
public AccessControl ( string name ) : System
name string The identifier name.
Результат System

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

Initializes a new instance of the MailKit.AccessControl class.
Creates a new MailKit.AccessControl with the given name and access rights.
/// is null. /// -or- /// is null. ///
public AccessControl ( string name, IEnumerable rights ) : System
name string The identifier name.
rights IEnumerable The access rights.
Результат System

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

Initializes a new instance of the MailKit.AccessControl class.
Creates a new MailKit.AccessControl with the given name and access rights.
/// is null. /// -or- /// is null. ///
public AccessControl ( string name, string rights ) : System
name string The identifier name.
rights string The access rights.
Результат System