Show / Hide Table of Contents

Class AuthHeaders

Authorization Headers

Inheritance
System.Object
AuthHeaders
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public static class AuthHeaders

Fields

| Improve this Doc View Source

AUTH_ALGORITHM_KEY

Declaration
public const string AUTH_ALGORITHM_KEY = "algorithm"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_CNONCE_KEY

Declaration
public const string AUTH_CNONCE_KEY = "cnonce"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_DIGEST_KEY

Declaration
public const string AUTH_DIGEST_KEY = "Digest"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_NONCE_KEY

Declaration
public const string AUTH_NONCE_KEY = "nonce"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_NONCECOUNT_KEY

Declaration
public const string AUTH_NONCECOUNT_KEY = "nc"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_OPAQUE_KEY

Declaration
public const string AUTH_OPAQUE_KEY = "opaque"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_QOP_KEY

Declaration
public const string AUTH_QOP_KEY = "qop"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_REALM_KEY

Declaration
public const string AUTH_REALM_KEY = "realm"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_RESPONSE_KEY

Declaration
public const string AUTH_RESPONSE_KEY = "response"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_URI_KEY

Declaration
public const string AUTH_URI_KEY = "uri"
Field Value
Type Description
System.String
| Improve this Doc View Source

AUTH_USERNAME_KEY

Declaration
public const string AUTH_USERNAME_KEY = "username"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX