Share via


Base64UrlTextEncoder Class

 

Represents a text Base64Url format encoder.

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

Inheritance Hierarchy

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

Syntax

public class Base64UrlTextEncoder : ITextEncoder
public ref class Base64UrlTextEncoder : ITextEncoder
type Base64UrlTextEncoder = 
    class
        interface ITextEncoder
    end
Public Class Base64UrlTextEncoder
    Implements ITextEncoder

Constructors

Name Description
System_CAPS_pubmethod Base64UrlTextEncoder()

Initializes a new instance of the Base64UrlTextEncoder class.

Methods

Name Description
System_CAPS_pubmethod Decode(String)

Decodes the specified text.

System_CAPS_pubmethod Encode(Byte[])

Converts a data to a string that is in the Base64Url format.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security.DataHandler.Encoder Namespace

Return to top