Table of Contents

Class BasicHttpAuthentication

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Describes the Basic HTTP authentication method.

[Serializable]
[Preserve]
public class BasicHttpAuthentication : IHttpAuthentication
Inheritance
BasicHttpAuthentication
Implements
Inherited Members

Fields

Password

The password to use to authenticate the user.

public string Password

Field Value

string

Username

The Username to use to authenticate the user.

public string Username

Field Value

string

Methods

GetAuthorizationHeaderValue()

Returns the value to set as the Authorization header of a request.

public string GetAuthorizationHeaderValue()

Returns

string