Base64UrlTextEncoder Class

 

Represents a text Base64Url format encoder.

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

System::Object
  Microsoft.Owin.Security.DataHandler.Encoder::Base64UrlTextEncoder

public ref class Base64UrlTextEncoder : ITextEncoder

NameDescription
System_CAPS_pubmethodBase64UrlTextEncoder()

Initializes a new instance of the Base64UrlTextEncoder class.

NameDescription
System_CAPS_pubmethodDecode(String^)

Decodes the specified text.

System_CAPS_pubmethodEncode(array<Byte>^)

Converts a data to a string that is in the Base64Url format.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: