ImpersonationOptions Class

This class encapsulates the options to control the HTML converter impersonation during navigation

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public class ImpersonationOptions
Inheritance
Object    ImpersonationOptions

Constructors

ImpersonationOptionsInitializes a new instance of the ImpersonationOptions class

Properties

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 The password of the user specified by Username and Domain properties. By default this property is not set.
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

EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also