System::Security::Cryptography::TripleDESManaged::CreateDecryptor método

TripleDESManaged::CreateDecryptor() method

Crea un objeto descifrador con parámetros definidos por el objeto algoritmo.

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

Ver también

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

Crea un objeto descifrador con parámetros explícitos.

SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
ParámetroTipoDescripción
rgbKeySystem::ArrayPtr<uint8_t>Clave de cifrado en forma de matriz de bytes.
rgbIVSystem::ArrayPtr<uint8_t>Valor inicial en forma de matriz de bytes.

ReturnValue

Objeto descifrador recién creado.

Ver también