ImpersonationInfo Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of ImpersonationInfo.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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