EVO HTML to PDF Converter

AuthenticationOptions Class

EVO PDF Client for Universal Windows Platform Documentation
Authentication options for accessing a URL in HTML to PDF converter like Integrated Windows Authentication in IIS.
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientAuthenticationOptions

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class AuthenticationOptions

The AuthenticationOptions type exposes the following members.

Constructors

  NameDescription
Public methodAuthenticationOptions
Initializes a new instance of the AuthenticationOptions class
Top
Properties

  NameDescription
Public propertyPassword
The password of the user used for authentication
Public propertyUseDefaultCredentials
A flag indicating if the HTML to PDF server user account credentials are used when the HTML page being converted is requested. If the Username property is set this property will not have any effect. The default value is true
Public propertyUsername
The username of the user used for authentication
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