ProtectedDataCookieTransform.Decode(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確認資料保護並傳回解密的資料。
public:
override cli::array <System::Byte> ^ Decode(cli::array <System::Byte> ^ encoded);
public override byte[] Decode (byte[] encoded);
override this.Decode : byte[] -> byte[]
Public Overrides Function Decode (encoded As Byte()) As Byte()
參數
- encoded
- Byte[]
之前從 Encode(Byte[]) 方法傳回的資料。
傳回
Byte[]
原始受保護的解密資料。
例外狀況
encoded
為 null
。
encoded
包含零個位元組。