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.
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 메소드들

메소드 설명
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