RequestTokenSerializer.Read(BinaryReader) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一連のバイトから Twitter の要求トークンを読み取ります。 メソッドで使用されます Deserialize(Byte[]) 。
public:
static Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ Read(System::IO::BinaryReader ^ reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken Read (System.IO.BinaryReader reader);
public static Microsoft.AspNetCore.Authentication.Twitter.RequestToken? Read (System.IO.BinaryReader reader);
static member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.Twitter.RequestToken
Public Shared Function Read (reader As BinaryReader) As RequestToken
パラメーター
- reader
- BinaryReader
トークンのバイトの読み取りに使用するリーダー
戻り値
トークン