C# Class 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
显示文件 Open project: Kurejito/Kurejito

Public Methods

Method Description
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

Method Details

FromBase64ForUrlString() public static method

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
return byte[]

ToBase64ForUrlString() public static method

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
return string