RSACng.DecryptValue(Byte[]) 方法

定义

使用私钥解密输入数据。

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

例外

不支持此方法调用。

适用于