AuthenticationOptions.SetAuthenticationNotNeeded Method

Discards any existing credentials so that conversion won't try to authenticate before loading an HTML page.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public void SetAuthenticationNotNeeded()
VB
Public Sub SetAuthenticationNotNeeded

See Also