Class ChromeHttpLoginCredentials
Provides credentials for IronPdf's embedded Chrome browser to log-in to an intranet, extranet or website, impersonating a user. This allows a unique ability to render web-pages as PDFs even on secure intranets, extranets and websites.
Inheritance
System.Object
ChromeHttpLoginCredentials
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class ChromeHttpLoginCredentials : Object
Constructors
ChromeHttpLoginCredentials()
Declaration
public ChromeHttpLoginCredentials()
Properties
NetworkPassword
Optional: Password credential for Windows / Linux network security authentication.
Declaration
public string NetworkPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NetworkUsername
Optional: User-name credential for Windows / Linux network security authentication.
Declaration
public string NetworkUsername { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Destructor cleans up all temporary cookies files for the HttpLoginCredentials instance.
Declaration
protected override void Finalize()