AuthenticationOptions Class

Authentication options allow you to specify a username and password when accessing an HTML page

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class AuthenticationOptions
Inheritance
Object    AuthenticationOptions

Constructors

AuthenticationOptionsInitializes a new instance of the AuthenticationOptions class

Properties

Password The password used for authentication
Username The username used for authentication

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also