共用方式為


HttpChallengeHeaderValue.Scheme 屬性

定義

取得要用於驗證的配置。

public:
 property Platform::String ^ Scheme { Platform::String ^ get(); };
winrt::hstring Scheme();
public string Scheme { get; }
var string = httpChallengeHeaderValue.scheme;
Public ReadOnly Property Scheme As String

屬性值

String

Platform::String

winrt::hstring

要用於驗證的配置。

適用於