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