Table of Contents

Class HttpAuthenticationSchemes

Namespace
Cuemon.Net.Http
Assembly
Cuemon.Core.dll

Defines constants for well-known HTTP authentication schemes.

public static class HttpAuthenticationSchemes
Inheritance
Object
HttpAuthenticationSchemes

Fields

Basic

The Basic HTTP Authentication Scheme.

public const string Basic = "Basic"

Field Value

String

Remarks

Bearer

The Bearer HTTP Authentication Scheme.

public const string Bearer = "Bearer"

Field Value

String

Remarks

Digest

The Digest HTTP Authentication Scheme.

public const string Digest = "Digest"

Field Value

String

Remarks

Hoba

The HOBA HTTP Authentication Scheme.

public const string Hoba = "HOBA"

Field Value

String

Remarks

Mutual

The Mutual HTTP Authentication Scheme.

public const string Mutual = "Mutual"

Field Value

String

Remarks

Negotiate

The Negotiate HTTP Authentication Scheme.

public const string Negotiate = "Negotiate"

Field Value

String

Remarks

ScramSha1

The SCRAM-SHA-1 HTTP Authentication Scheme.

public const string ScramSha1 = "SCRAM-SHA-1"

Field Value

String

Remarks

ScramSha256

The SCRAM-SHA-256 HTTP Authentication Scheme.

public const string ScramSha256 = "SCRAM-SHA-256"

Field Value

String

Remarks

Vapid

The vapid HTTP Authentication Scheme.

public const string Vapid = "vapid"

Field Value

String

Remarks