[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.4.1

Syntax

C#
public ICredentials Credentials { get; set; }
Visual Basic
Public Property Credentials As ICredentials
	Get
	Set

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