This class encapsulates the options to control the context impersonation during tool execution
Inheritance Hierarchy
WinnovativeClientContextImpersonationOptions
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The ContextImpersonationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContextImpersonationOptions | Initializes a new instance of the ContextImpersonationOptions class |
Properties
Name | Description | |
---|---|---|
CurrentUserImpersonation |
A flag indicating if the tool should impersonate the current user during execution.
By default this property is false.
| |
Domain |
The user Windows domain name. This property together with Username property define the user to logon before execution.
If the user is not part of a Windows domain the machine name can be used.
By default this property is not set.
| |
LogonMode |
The logon mode of the user before execution. This property has effect only when a username for impersonation is specified.
The default logon mode is automatic.
| |
Password | ||
Username |
The name of the user to logon before execution. The Domain and Password properties must also be set.
This property has priority over the CurrentUserImpersonation property.
By default this property is not set.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also