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[]
要保護的純文字資料。
傳回
純文字資料的受保護形式。