Encapsulates a username and a password to resolve various types of HTTP authentication
Inheritance Hierarchy
HiQPdfHttpAuthentication
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The HttpAuthentication type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpAuthentication | Initializes a new instance of the HttpAuthentication class |
Properties
Name | Description | |
---|---|---|
Password |
The password used in authentication process
| |
UseCurrentUserCredentials |
When this property is true the converter will send the current user credentials to resolve the NTLM authentication.
If Username was set with a value this property is ignored. The default property value is true
| |
Username |
The username used in authentication process
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also