ITextEncoder Interface

 

Represents an interface for text encoder.

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

Syntax

public interface ITextEncoder
public interface class ITextEncoder
type ITextEncoder = interface end
Public Interface ITextEncoder

Methods

Name Description
System_CAPS_pubmethod Decode(String)

Decodes the specified text.

System_CAPS_pubmethod Encode(Byte[])

Converts a data to a string.

See Also

Microsoft.Owin.Security.DataHandler.Encoder Namespace

Return to top