C# Класс MhanoHarkness.Base64Url

Modified Base64 for URL applications ('base64url' encoding) See http://tools.ietf.org/html/rfc4648 For more information see http://en.wikipedia.org/wiki/Base64
Показать файл Открыть проект

Открытые методы

Метод Описание
FromBase64ForUrlString ( string base64ForUrlInput ) : 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

ToBase64ForUrlString ( byte input ) : 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

Описание методов

FromBase64ForUrlString() публичный статический Метод

Modified Base64 for URL applications ('base64url' encoding) See http://tools.ietf.org/html/rfc4648 For more information see http://en.wikipedia.org/wiki/Base64
public static FromBase64ForUrlString ( string base64ForUrlInput ) : byte[]
base64ForUrlInput string
Результат byte[]

ToBase64ForUrlString() публичный статический Метод

Modified Base64 for URL applications ('base64url' encoding) See http://tools.ietf.org/html/rfc4648 For more information see http://en.wikipedia.org/wiki/Base64
public static ToBase64ForUrlString ( byte input ) : string
input byte
Результат string