HttpChallengeHeaderValue.Token Property

Definition

The SPNEGO token to use with the Negotiate protocol scheme.

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

Property Value

String

Platform::String

winrt::hstring

The SPNEGO token.

Applies to