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
|
public static FromBase64ForUrlString ( string base64ForUrlInput ) : byte[] | ||
base64ForUrlInput | string | |
return | byte[] |
public static ToBase64ForUrlString ( byte input ) : string | ||
input | byte | |
return | string |