Share via


HttpBearerChallengeCache.GetInstance Method ()

 

Gets the instance of the HTTP bearer challenge cache.

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

Syntax

public static HttpBearerChallengeCache GetInstance()
public:
static HttpBearerChallengeCache^ GetInstance()
static member GetInstance : unit -> HttpBearerChallengeCache
Public Shared Function GetInstance As HttpBearerChallengeCache

Return Value

Type: Microsoft.Azure.KeyVault.HttpBearerChallengeCache

The instance of the HTTP bearer challenge cache.

See Also

HttpBearerChallengeCache Class
Microsoft.Azure.KeyVault Namespace

Return to top