![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Static class that does BASE64URL encoding (using URL and filename safe alphabet), as defined in RFC4648: https://tools.ietf.org/html/rfc4648#section-5 More...
Static Public Member Functions | |
static byte[] | Decode (string Base64Url) |
Converts a Base64URL-encoded string to its binary representation. More... | |
static string | Encode (byte[] Data) |
Converts a binary block of data to a Base64URL-encoded string. More... | |
Static class that does BASE64URL encoding (using URL and filename safe alphabet), as defined in RFC4648: https://tools.ietf.org/html/rfc4648#section-5
Definition at line 10 of file Base64Url.cs.
|
static |
Converts a Base64URL-encoded string to its binary representation.
Base64Url | Base64URL-encoded string. |
Definition at line 17 of file Base64Url.cs.
|
static |
Converts a binary block of data to a Base64URL-encoded string.
Data | Data to encode. |
Definition at line 48 of file Base64Url.cs.