Share via


TextEncodings Class

Represents text encodings.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class TextEncodings
'Usage
public static class TextEncodings
public ref class TextEncodings abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TextEncodings =  class end
public final class TextEncodings

The TextEncodings type exposes the following members.

Properties

  Name Description
Public propertyStatic member Base64 Gets a Base64 text encoder.
Public propertyStatic member Base64Url Gets a Base64Url text encoder.

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