System::Security::Cryptography::RC2Managed::CreateDecryptor metodu

RC2Managed::CreateDecryptor() method

Algoritma nesnesi tarafından tanımlanan parametrelerle deşifreleyici nesnesi oluşturur.

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

Ayrıca Bakınız

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

Açık parametrelerle deşifreleyici nesnesi oluşturur.

SharedPtr<ICryptoTransform> System::Security::Cryptography::RC2Managed::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
ParametreTürAçıklama
rgbKeySystem::ArrayPtr<uint8_t>Şifreleme anahtarı bayt dizisi biçiminde.
rgbIVSystem::ArrayPtr<uint8_t>İlk değer bayt dizisi biçiminde.

ReturnValue

Yeni oluşturulmuş çözücü nesnesi.

Ayrıca Bakınız