TextEncodings Class
Represents text encodings.
Namespace: Microsoft.Owin.Security.DataHandler.Encoder
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.DataHandler.Encoder.TextEncodings
Syntax
public static class TextEncodings
public ref class TextEncodings abstract sealed
[<AbstractClass>]
[<Sealed>]
type TextEncodings = class end
Public NotInheritable Class TextEncodings
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Base64 | Gets a Base64 text encoder. |
![]() ![]() |
Base64Url | Gets a Base64Url text encoder. |
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