[This is preliminary documentation and is subject to change.]

The credentials used to supply to a password protected web-site. (default null)

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6

Syntax

C#
public ICredentials Credentials { get; set; }
Visual Basic (Declaration)
Public Property Credentials As ICredentials

Remarks

These credentials are supplied to the default resource loader only, if you create a custom resource loaded, you should take care of this yourself in the custom version.

See Also