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 參數解密。

例外狀況

不支援這個方法呼叫。

適用於