Click or drag to resize

Base32Encoder Class

Inheritance Hierarchy
SystemObject
  Unvired.Kernel.UWP.SecurityBase32Encoder

Namespace:  Unvired.Kernel.UWP.Security
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Base32Encoder

The Base32Encoder type exposes the following members.

Constructors
  NameDescription
Public methodBase32Encoder
Initializes a new instance of the Base32Encoder class
Public methodBase32Encoder(Char)
Initializes a new instance of the Base32Encoder class
Public methodBase32Encoder(String)
Initializes a new instance of the Base32Encoder class
Public methodBase32Encoder(String, Char)
Initializes a new instance of the Base32Encoder class
Top
Methods
  NameDescription
Public methodDecode
Protected methodDecodeLastBlock
Public methodEncode
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodIgnore
Protected methodInitialiseDecodingTable
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNextI
Public methodToString (Inherited from Object.)
Top
See Also