System::Security::Cryptography::RSA::EncryptValue 方法

RSA::EncryptValue method

使用私钥加密值。

virtual ByteArrayPtr System::Security::Cryptography::RSA::EncryptValue(ByteArrayPtr rgb)
ParameterType描述
rgbByteArrayPtr要加密的 Byte 数组。

ReturnValue

以字节数组格式的加密数据。

另见