HttpChallengeHeaderValue.Token Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The SPNEGO token.