Share via


HttpBearerChallengeCache.GetChallengeForURL Method (Uri)

 

Gets the HTTP bearer challenge for the specified URL.

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

Syntax

public HttpBearerChallenge GetChallengeForURL(
    Uri url
)
public:
HttpBearerChallenge^ GetChallengeForURL(
    Uri^ url
)
member GetChallengeForURL : 
        url:Uri -> HttpBearerChallenge
Public Function GetChallengeForURL (
    url As Uri
) As HttpBearerChallenge

Parameters

  • url
    Type: System.Uri

    The URL to get the challenge for.

Return Value

Type: Microsoft.Azure.KeyVault.HttpBearerChallenge

The HTTP bearer challenge for the specified URL.

See Also

HttpBearerChallengeCache Class
Microsoft.Azure.KeyVault Namespace

Return to top