ImpersonationInfo Members
Include Protected Members
Include Inherited Members
Defines the type of credentials used to establish a connection to the server.
The ImpersonationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Returns a full copy of current ImpersonationInfo object. | |
CopyTo(ImpersonationInfo) | Returns a full copy of current ImpersonationInfo into specified object. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a System.String representation of current object. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top