HttpServerUtilityBase.UrlTokenDecode(String) 메서드

정의

파생 클래스에서 재정의되는 경우 base64로 인코딩된 숫자를 사용하여 URL 문자열 토큰을 동등한 바이트 배열로 디코딩합니다.

public:
 virtual cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public virtual byte[] UrlTokenDecode(string input);
abstract member UrlTokenDecode : string -> byte[]
override this.UrlTokenDecode : string -> byte[]
Public Overridable Function UrlTokenDecode (input As String) As Byte()

매개 변수

input
String

디코딩할 URL 문자열 토큰입니다.

반품

Byte[]

디코딩된 URL 토큰을 포함하는 바이트 배열입니다.

예외

적용 대상