Click or drag to resize

AuthenticationOptions Class

Authentication options for accessing a URL in HTML to PDF converter (e.g IIS authentication).
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfAuthenticationOptions

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public class AuthenticationOptions

The AuthenticationOptions type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticationOptions 
Top
Properties
 NameDescription
Public propertyPassword The password
Public propertyUsername The username
Top
See Also