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
Username
The Username to use to authenticate the user.
public string Username
Field Value
Methods
GetAuthorizationHeaderValue()
Returns the value to set as the Authorization header of a request.
public string GetAuthorizationHeaderValue()