AuthenticationOptions.Password Property

Gets the password to use for the HTTP authentication.

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

Syntax

C#
public string Password { get; }
VB
Public ReadOnly Property Password As String
	Get

Property Value

Type: String
The password to use for the HTTP authentication.

Remarks

Default value: null.

See Also