HttpChallengeHeaderValue.Scheme Property

Definition

Gets the scheme to use for authentication.

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

Property Value

String

Platform::String

winrt::hstring

The scheme to use for authentication.

Applies to