This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted in HTML to PDF Converter. They can be used for example to resolve the IIS Integrated Windows Authentication or other types of IIS authentication.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public AuthenticationOptions AuthenticationOptions { get; }
Visual Basic
Public ReadOnly Property AuthenticationOptions As AuthenticationOptions
	Get
Visual C++
public:
property AuthenticationOptions^ AuthenticationOptions {
	AuthenticationOptions^ get ();
}

Property Value

Type: AuthenticationOptions

See Also