HttpBearerChallenge Class

 

Represents the HTTP bearer challenge.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.HttpBearerChallenge

Syntax

public sealed class HttpBearerChallenge
public ref class HttpBearerChallenge sealed 
[<Sealed>]
type HttpBearerChallenge = class end
Public NotInheritable Class HttpBearerChallenge

Constructors

Name Description
System_CAPS_pubmethod HttpBearerChallenge(Uri, String)

Parses an HTTP WWW-Authentication Bearer challenge from a server.

Properties

Name Description
System_CAPS_pubproperty AuthorizationServer

Gets the URI for the authorization server if present, otherwise empty string.

System_CAPS_pubproperty Resource

Gets the realm value if present, otherwise the authority of the request URI given in the constructor.

System_CAPS_pubproperty Scope

Gets the scope value if present, otherwise empty string.

System_CAPS_pubproperty SourceAuthority

Gets the source authority if present, otherwise string empty.

System_CAPS_pubproperty SourceUri

Gets the source URI if present, otherwise string empty.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static IsBearerChallenge(String)

Tests whether an authentication header is a bearer challenge

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetValue(String, String)

Returns the value stored at the specified key.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault Namespace

Return to top