AuthenticationHeaderValue.Parse(String) Método

Definición

Convierte una cadena en una instancia de AuthenticationHeaderValue.

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

Parámetros

input
String

Cadena que representa la información del valor de encabezado authentication.

Devoluciones

Instancia de AuthenticationHeaderValue.

Excepciones

input es una referencia null.

input no contiene información del valor de encabezado authentication válida.

Se aplica a