Share via


HttpBearerChallengeCache Class

 

Provides methods for handling HTTP bearer challenge cache.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.HttpBearerChallengeCache

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Clear()

Clears the HTTP bearer challenge cache.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetChallengeForURL(Uri)

Gets the HTTP bearer challenge for the specified URL.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetInstance()

Gets the instance of the HTTP bearer challenge cache.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod RemoveChallengeForURL(Uri)

Removes the HTTP bearer challenge for the specified URL.

System_CAPS_pubmethod SetChallengeForURL(Uri, HttpBearerChallenge)

Sets the HTTP bearer challenge for the specified URL.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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