Share via


HttpBearerChallenge Constructor (Uri, String)

 

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

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

Syntax

public HttpBearerChallenge(
    Uri requestUri,
    string challenge
)
public:
HttpBearerChallenge(
    Uri^ requestUri,
    String^ challenge
)
new : 
        requestUri:Uri *
        challenge:string -> HttpBearerChallenge
Public Sub New (
    requestUri As Uri,
    challenge As String
)

Parameters

  • requestUri
    Type: System.Uri

    The authentication header value to parse.

See Also

HttpBearerChallenge Class
Microsoft.Azure.KeyVault Namespace

Return to top