Share via


Base64TextEncoder Class

Represents a text base64 format encoder.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataHandler.Encoder.Base64TextEncoder

Namespace:  Microsoft.Owin.Security.DataHandler.Encoder
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Class Base64TextEncoder _
    Implements ITextEncoder
'Usage
Dim instance As Base64TextEncoder
public class Base64TextEncoder : ITextEncoder
public ref class Base64TextEncoder : ITextEncoder
type Base64TextEncoder =  
    class 
        interface ITextEncoder 
    end
public class Base64TextEncoder implements ITextEncoder

The Base64TextEncoder type exposes the following members.

Constructors

  Name Description
Public method Base64TextEncoder Initializes a new instance of the Base64TextEncoder class.

Top

Methods

  Name Description
Public method Decode Decodes the specified text.
Public method Encode Converts a data to a string that is in the base64 format.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.DataHandler.Encoder Namespace