RequestTokenSerializer Class
Serializes and deserializes Twitter request and access tokens so that they can be used by other application components.
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
| Name | Description | |
|---|---|---|
![]() | RequestTokenSerializer() |
| Name | Description | |
|---|---|---|
![]() | Deserialize(array<Byte>^) | Deserializes a request token |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Read(BinaryReader^) | Reads a Twitter request token from a series of bytes. Used by the Deserialize method. |
![]() | Serialize(RequestToken^) | Serialize a request token |
![]() | ToString() | (Inherited from Object.) |
![]() ![]() | Write(BinaryWriter^, RequestToken^) | Writes a Twitter request token as a series of bytes. Used by the Serialize method. |
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:


