Class DigestFields
- 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
ClientNonce
The client nonce (cnonce) field of a HTTP Digest access authentication.
public const string ClientNonce = "cnonce"
Field Value
DigestUri
The uri (digest URI) field of a HTTP Digest access authentication.
public const string DigestUri = "uri"
Field Value
Nonce
The nonce field of a HTTP Digest access authentication.
public const string Nonce = "nonce"
Field Value
NonceCount
The nc (nonce count) field of a HTTP Digest access authentication.
public const string NonceCount = "nc"
Field Value
Opaque
The opaque field of a HTTP Digest access authentication.
public const string Opaque = "opaque"
Field Value
QualityOfProtection
The qop (quality of protection) field of a HTTP Digest access authentication.
public const string QualityOfProtection = "qop"
Field Value
Realm
The realm field of a HTTP Digest access authentication.
public const string Realm = "realm"
Field Value
Response
The response field of a HTTP Digest access authentication.
public const string Response = "response"
Field Value
Stale
The stale field of a HTTP Digest access authentication.
public const string Stale = "stale"
Field Value
UserName
The username field of a HTTP Digest access authentication.
public const string UserName = "username"