HttpBearerChallenge(Uri, String) コンストラクター

定義

サーバーから HTTP WWW-Authentication ベアラー チャレンジを解析します。

public HttpBearerChallenge (Uri requestUri, string challenge);
new Microsoft.Azure.KeyVault.HttpBearerChallenge : Uri * string -> Microsoft.Azure.KeyVault.HttpBearerChallenge
Public Sub New (requestUri As Uri, challenge As String)

パラメーター

requestUri
Uri
challenge
String

解析する AuthenticationHeaderValue

適用対象