Поделиться через


Элементы ImpersonationInfo

Defines the type of credentials used to establish a connection to the server.

Тип ImpersonationInfo предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ImpersonationInfo() () () () Initializes a new instance of ImpersonationInfo using default values.
Открытый метод ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
Открытый метод ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
Открытый метод ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a full copy of current ImpersonationInfo object.
Открытый метод CopyTo Returns a full copy of current ImpersonationInfo into specified object.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns a System.String representation of current object. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство Account Gets or sets the user account.
Открытое свойство ImpersonationInfoSecurity Gets or sets the password availability from data source.
Открытое свойство ImpersonationMode Gets or sets the access mode the service uses to connect to the data source.
Открытое свойство Password Gets or sets the password.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone

В начало