Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityModel.​Client.​BasicAuthenticationHeaderValue

Assembly: Duende.IdentityModel

Inheritance: object → System.​Net.​Http.​Headers.​AuthenticationHeaderValue → BasicAuthenticationHeaderValue

Implemented Interfaces

HTTP Basic Authentication authorization header

Properties

public string
Parameter
public string
Scheme

Methods

public static string
EncodeCredential​(string userName, string password)
Encodes the credential.
userName Name of the user.
password The password.
public bool
Equals​(object obj)
public int
GetHashCode​()
public string
ToString​()
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object