Share via


AuthenticationHeaderValue.Parse(String) 메서드

정의

문자열을 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

매개 변수

input
String

인증 헤더 값 정보를 나타내는 문자열입니다.

반환

AuthenticationHeaderValue 인스턴스입니다.

예외

inputnull 참조인 경우

input이 올바른 인증 헤더 값 정보가 아닌 경우

적용 대상