Base64UrlTextEncoder 类

定义

使用 base64 URL 编码进行编码和解码。

public ref class Base64UrlTextEncoder abstract sealed
public static class Base64UrlTextEncoder
type Base64UrlTextEncoder = class
Public Class Base64UrlTextEncoder
继承
Base64UrlTextEncoder

方法

Decode(String)

通过将非 URL 可编码字符替换为 URL 可编码字符来解码提供的字符串,然后解码 Base64 字符串。

Encode(Byte[])

将提供的数据编码为 Base64,并将任何 URL 可编码字符替换为非 URL 可编码字符。

适用于