RequestTokenSerializer.Deserialize(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
還原序列化要求權杖。
public:
virtual Microsoft::AspNetCore::Authentication::Twitter::RequestToken ^ Deserialize(cli::array <System::Byte> ^ data);
public virtual Microsoft.AspNetCore.Authentication.Twitter.RequestToken Deserialize (byte[] data);
public virtual Microsoft.AspNetCore.Authentication.Twitter.RequestToken? Deserialize (byte[] data);
abstract member Deserialize : byte[] -> Microsoft.AspNetCore.Authentication.Twitter.RequestToken
override this.Deserialize : byte[] -> Microsoft.AspNetCore.Authentication.Twitter.RequestToken
Public Overridable Function Deserialize (data As Byte()) As RequestToken
參數
- data
- Byte[]
包含序列化語彙基元的位元組陣列
傳回
Twitter 要求語彙基元