EVO HTML to PDF Converter

ImpersonationOptions Class

Winnovative Client for Windows Universal Platform Documentation
This class encapsulates the options to control the HTML converter impersonation during navigation
Inheritance Hierarchy

SystemObject
  Winnovative.HtmlToPdfClientImpersonationOptions

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_UWP (in WnvHtmlToPdfClient_UWP.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public class ImpersonationOptions

The ImpersonationOptions type exposes the following members.

Constructors

  NameDescription
Public methodImpersonationOptions
Initializes a new instance of the ImpersonationOptions class
Top
Properties

  NameDescription
Public propertyCurrentUserImpersonation
A flag indicating if the converter should impersonate the HTML to PDF server user account during navigation. By default this property is false.
Public propertyDomain
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.
Public propertyLogonMode
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.
Public propertyPassword
The password of the user specified by Username and Domain properties. By default this property is not set.
Public propertyUsername
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.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference