共用方式為


IDataProtector.Protect(Byte[]) 方法

定義

以密碼編譯方式保護一段純文字資料。

public:
 cli::array <System::Byte> ^ Protect(cli::array <System::Byte> ^ plaintext);
public byte[] Protect (byte[] plaintext);
abstract member Protect : byte[] -> byte[]
Public Function Protect (plaintext As Byte()) As Byte()

參數

plaintext
Byte[]

要保護的純文字資料。

傳回

Byte[]

純文字資料的受保護形式。

適用於