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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class ChromeHttpLoginCredentials
Constructors
ChromeHttpLoginCredentials()
Declaration
public ChromeHttpLoginCredentials()
Fields
CustomCookies
A Dictionary which allows custom cookies to be posted with every login request, and HTTP request made by RenderUriToHml methods.
Declaration
public Dictionary<string, string> CustomCookies
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
EnableCookies
Enables cookies to be stored and sent when using RenderUriToHml methods.
Declaration
public bool EnableCookies
Field Value
Type | Description |
---|---|
System.Boolean |
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 void Finalize()
Inherited members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)