Table of Contents

Class DigestFields

Namespace
Cuemon.AspNetCore.Authentication.Digest
Assembly
Cuemon.AspNetCore.Authentication.dll

A collection of constants for DigestAuthorizationHeaderBuilder.

public static class DigestFields
Inheritance
DigestFields

Fields

Algorithm

The algorithm field of a HTTP Digest access authentication.

public const string Algorithm = "algorithm"

Field Value

String

ClientNonce

The client nonce (cnonce) field of a HTTP Digest access authentication.

public const string ClientNonce = "cnonce"

Field Value

String

DigestUri

The uri (digest URI) field of a HTTP Digest access authentication.

public const string DigestUri = "uri"

Field Value

String

Nonce

The nonce field of a HTTP Digest access authentication.

public const string Nonce = "nonce"

Field Value

String

NonceCount

The nc (nonce count) field of a HTTP Digest access authentication.

public const string NonceCount = "nc"

Field Value

String

Opaque

The opaque field of a HTTP Digest access authentication.

public const string Opaque = "opaque"

Field Value

String

QualityOfProtection

The qop (quality of protection) field of a HTTP Digest access authentication.

public const string QualityOfProtection = "qop"

Field Value

String

Realm

The realm field of a HTTP Digest access authentication.

public const string Realm = "realm"

Field Value

String

Response

The response field of a HTTP Digest access authentication.

public const string Response = "response"

Field Value

String

Stale

The stale field of a HTTP Digest access authentication.

public const string Stale = "stale"

Field Value

String

UserName

The username field of a HTTP Digest access authentication.

public const string UserName = "username"

Field Value

String