WebEncoders 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含用于协助常见编码和解码操作的实用工具 API。
public ref class WebEncoders abstract sealed
public static class WebEncoders
type WebEncoders = class
Public Class WebEncoders
- 继承
-
WebEncoders
方法
Base64UrlDecode(String) |
解码 base64url 编码的字符串。 |
Base64UrlDecode(String, Int32, Char[], Int32, Int32) |
将 base64url 编码的 |
Base64UrlDecode(String, Int32, Int32) |
解码给定字符串的 base64url 编码子字符串。 |
Base64UrlEncode(Byte[]) |
使用 base64url 编码对 |
Base64UrlEncode(Byte[], Int32, Char[], Int32, Int32) |
使用 base64url 编码对 |
Base64UrlEncode(Byte[], Int32, Int32) |
使用 base64url 编码对 |
Base64UrlEncode(ReadOnlySpan<Byte>) |
使用 base64url 编码对 |
Base64UrlEncode(ReadOnlySpan<Byte>, Span<Char>) |
使用 base64url 编码对 |
GetArraySizeRequiredToDecode(Int32) |
获取使用 Base64UrlDecode(String, Int32, Char[], Int32, Int32) 方法解码 |
GetArraySizeRequiredToEncode(Int32) |
使用 Base64UrlEncode(Byte[], Int32, Char[], Int32, Int32) 方法获取编码 |