HttpAuthentication Class

Encapsulates a username and a password to resolve various types of HTTP authentication

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HttpAuthentication
Inheritance
Object    HttpAuthentication

Constructors

HttpAuthenticationInitializes a new instance of the HttpAuthentication class

Properties

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

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