Click or drag to resize
Base64Url Class
Helper class for Base64 Url conversions
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.OAuth2PlatformClientBase64Url

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class Base64Url

The Base64Url type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecode
Converts from Base 64 string to byte array
Public methodStatic memberEncode
Encodes byte array to Base 64 string
Top
See Also