Static class that does BASE64URL encoding (using URL and filename safe alphabet), as defined in RFC46...
static string Encode(byte[] Data)
Converts a binary block of data to a Base64URL-encoded string.
static byte[] Decode(string Base64Url)
Converts a Base64URL-encoded string to its binary representation.