Base64Url Class

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
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Methods

Name Value Summary
FromBase64ForUrlString(string) 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(byte[]) 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