This class encapsulates the options to control the HTML converter impersonation during navigation
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientImpersonationOptions
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The ImpersonationOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImpersonationOptions | Initializes a new instance of the ImpersonationOptions class |
Properties
| Name | Description | |
|---|---|---|
| CurrentUserImpersonation |
A flag indicating if the converter should impersonate the HTML to PDF server user account during navigation.
By default this property is false.
| |
| Domain |
The user Windows domain name. This property together with Username property define the user to logon before navigation.
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 navigation. This property has effect only when a username for impersonation is specified.
The default logon mode is explicit.
| |
| Password | ||
| Username |
The name of the user to logon before navigation. 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