AuthenticationHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na AuthenticationHeaderValue instanci.

public:
 static System::Net::Http::Headers::AuthenticationHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.AuthenticationHeaderValue Parse (string input);
public static System.Net.Http.Headers.AuthenticationHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.AuthenticationHeaderValue
Public Shared Function Parse (input As String) As AuthenticationHeaderValue

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky ověřování.

Návraty

Instance AuthenticationHeaderValue .

Výjimky

inputnull je odkaz.

input nejsou platné informace o hodnotě hlavičky ověřování.

Platí pro