Base64UrlTextEncoder Class

Definition

Allows encoding and decoding base-64 url encoded text.

public ref class Base64UrlTextEncoder abstract sealed
public static class Base64UrlTextEncoder
type Base64UrlTextEncoder = class
Public Class Base64UrlTextEncoder
Inheritance
Base64UrlTextEncoder

Methods

Decode(String)

Decodes supplied string by replacing the non-URL encodable characters with URL encodable characters and then decodes the Base64 string.

Encode(Byte[])

Encodes supplied data into Base64 and replaces any URL encodable characters into non-URL encodable characters.

Applies to