System::Security::Cryptography::TripleDESManaged::CreateDecryptor yöntemi

TripleDESManaged::CreateDecryptor() method

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

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

Ayrıca Bakınız

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

Açık parametrelerle decryptor nesnesi oluşturur.

SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
ParameterTypeAçı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ş decryptor nesnesi.

Ayrıca Bakınız