다음을 통해 공유


HttpServerUtilityWrapper.UrlTokenDecode(String) 메서드

정의

base64 숫자를 사용하여 URL 문자열 토큰을 해당하는 바이트 배열로 디코드합니다.

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

매개 변수

input
String

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

반환

Byte[]

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

예외

input 매개 변수의 값이 null입니다.

적용 대상