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.​BasicAuthenticationOAuthHeaderValue
Assembly: Duende.IdentityModel
Inheritance: object → System.​Net.​Http.​Headers.​AuthenticationHeaderValue → BasicAuthenticationOAuthHeaderValue
Implemented Interfaces
- System.​ICloneable Implemented by: AuthenticationHeaderValue
HTTP Basic Authentication authorization header for RFC6749 client authentication
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)
Inherited from System.​Net.​Http.​Headers.​AuthenticationHeaderValue
public
int
GetHashCode​()
Inherited from System.​Net.​Http.​Headers.​AuthenticationHeaderValue
public
string
ToString​()
Inherited from System.​Net.​Http.​Headers.​AuthenticationHeaderValue
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object