System::Security::Cryptography::TripleDESManaged::CreateDecryptor メソッド

TripleDESManaged::CreateDecryptor() method

アルゴリズムオブジェクトで定義されたパラメータで復号器オブジェクトを作成します。

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()

参照

TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method

明示的なパラメータで復号器オブジェクトを作成します。

SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
パラメーター説明
rgbKeySystem::ArrayPtr<uint8_t>バイト配列形式の暗号化キー。
rgbIVSystem::ArrayPtr<uint8_t>バイト配列形式の初期ベクトル。

ReturnValue

新しく作成された復号化オブジェクト。

参照