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

RSA::DecryptValue method

使用私钥解密值。

virtual ByteArrayPtr System::Security::Cryptography::RSA::DecryptValue(ByteArrayPtr rgb)
参数类型描述
rgbByteArrayPtrByte 用于解密的数组。

ReturnValue

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

另见