System::Security::Cryptography::RSA::DecryptValue 方法

RSA::DecryptValue method

使用私钥解密值。

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

ReturnValue

解密后的数据以字节数组格式。

另见