Base64TextEncoder Class
Represents a text base64 format encoder.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
| Name | Description | |
|---|---|---|
![]() | Base64TextEncoder() | Initializes a new instance of the Base64TextEncoder class. |
| Name | Description | |
|---|---|---|
![]() | Decode(String^) | Decodes the specified text. |
![]() | Encode(array<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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

