EVO HTML to PDF Converter

AuthenticationOptions Class

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

SystemObject
  EvoPdfAuthenticationOptions

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.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 credentials of the user running the converter are sent when the converter requests the web page from server. 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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference