System::Security::Cryptography::RSA::DecryptValue メソッド

RSA::DecryptValue method

プライベートキーを使用して値を復号化します。

virtual ByteArrayPtr System::Security::Cryptography::RSA::DecryptValue(ByteArrayPtr rgb)
パラメーター説明
rgbByteArrayPtr復号するための Byte 配列。

ReturnValue

バイト配列形式の復号済みデータ。

参照