Base64UrlTextEncoder Class

Represents a text Base64Url format encoder.

Inheritance Hierarchy

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

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

Syntax

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

The Base64UrlTextEncoder type exposes the following members.

Constructors

  Name Description
Public method Base64UrlTextEncoder Initializes a new instance of the Base64UrlTextEncoder 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 Base64Url 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