ITextEncoder Interface

 

Represents an interface for text encoder.

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

public interface class ITextEncoder

NameDescription
System_CAPS_pubmethodDecode(String^)

Decodes the specified text.

System_CAPS_pubmethodEncode(array<Byte>^)

Converts a data to a string.

Return to top
Show: