RSACng.DecryptValue(Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用私钥对输入数据进行解密。
public:
override cli::array <System::Byte> ^ DecryptValue(cli::array <System::Byte> ^ rgb);
public override byte[] DecryptValue (byte[] rgb);
override this.DecryptValue : byte[] -> byte[]
Public Overrides Function DecryptValue (rgb As Byte()) As Byte()
参数
- rgb
- Byte[]
要解密的密码文本。
返回
Byte[]
rgb
参数产生的纯文本形式的解密结果。
例外
不支持此方法调用。