HiQPdf Documentation

HttpAuthentication Class

HiQPdf Client for .NET Core
Encapsulates a username and a password to resolve various types of HTTP authentication
Inheritance Hierarchy

SystemObject
  HiQPdfClientHttpAuthentication

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class HttpAuthentication

The HttpAuthentication type exposes the following members.

Constructors

  NameDescription
Public methodHttpAuthentication
Initializes a new instance of the HttpAuthentication class
Top
Properties

  NameDescription
Public propertyPassword
The password used in authentication process
Public propertyUseCurrentUserCredentials
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
Public propertyUsername
The username used in authentication process
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference