Summary
Modified Base64 for URL applications ('base64url' encoding)
See http://tools.ietf.org/html/rfc4648
For more information see http://en.wikipedia.org/wiki/Base64
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Base64Url"]
class Type type-node
Syntax
public static class Base64Url
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Methods
Name | Value | Summary |
---|---|---|
From |
byte[] |
Modified Base64 for URL applications ('base64url' encoding)
See http://tools.ietf.org/html/rfc4648
For more information see http://en.wikipedia.org/wiki/Base64
static
|
ToBase64ForUrlString |
string |
Modified Base64 for URL applications ('base64url' encoding)
See http://tools.ietf.org/html/rfc4648
For more information see http://en.wikipedia.org/wiki/Base64
static
|