WwwAuthenticateParameters.CreateFromWwwAuthenticateHeaderValue(String) Method
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.
Caution
This api is now obsolete and should not be used.
Creates parameters from the WWW-Authenticate string.
[System.Obsolete("This api is now obsolete and should not be used.")]
public static Microsoft.Identity.Client.WwwAuthenticateParameters CreateFromWwwAuthenticateHeaderValue (string wwwAuthenticateValue);
[<System.Obsolete("This api is now obsolete and should not be used.")>]
static member CreateFromWwwAuthenticateHeaderValue : string -> Microsoft.Identity.Client.WwwAuthenticateParameters
Public Shared Function CreateFromWwwAuthenticateHeaderValue (wwwAuthenticateValue As String) As WwwAuthenticateParameters
Parameters
- wwwAuthenticateValue
- String
String contained in a WWW-Authenticate header.
Returns
The parameters requested by the web API.
- Attributes