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

RSA::EncryptValue method

使用私钥加密值。

virtual ByteArrayPtr System::Security::Cryptography::RSA::EncryptValue(ByteArrayPtr rgb)
参数类型描述
rgbByteArrayPtrByte 用于加密的字节数组。

ReturnValue

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

另见