Share via


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
Public method ImpersonationInfo() Initializes a new instance of ImpersonationInfo using default values.
Public method ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
Public method ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
Public method ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

Top