Base64TextEncoder Class
Represents a text base64 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.Base64TextEncoder
Syntax
public class Base64TextEncoder : ITextEncoder
public ref class Base64TextEncoder : ITextEncoder
type Base64TextEncoder =
class
interface ITextEncoder
end
Public Class Base64TextEncoder
Implements ITextEncoder
Constructors
Name | Description | |
---|---|---|
![]() |
Base64TextEncoder() | Initializes a new instance of the Base64TextEncoder class. |
Methods
Name | Description | |
---|---|---|
![]() |
Decode(String) | Decodes the specified text. |
![]() |
Encode(Byte[]) | Converts a data to a string that is in the base64 format. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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