ITimeLimitedDataProtector.Protect(Byte[], DateTimeOffset) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以密碼編譯方式保護一段純文字資料,並在所選時間過期資料。
public:
cli::array <System::Byte> ^ Protect(cli::array <System::Byte> ^ plaintext, DateTimeOffset expiration);
public byte[] Protect (byte[] plaintext, DateTimeOffset expiration);
abstract member Protect : byte[] * DateTimeOffset -> byte[]
Public Function Protect (plaintext As Byte(), expiration As DateTimeOffset) As Byte()
參數
- plaintext
- Byte[]
要保護的純文字資料。
- expiration
- DateTimeOffset
此承載應該到期的時間。
傳回
Byte[]
純文字資料的受保護形式。