System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor méthode

SymmetricAlgorithm::CreateDecryptor() method

Crée un déchiffreur avec les paramètres associés à l’objet algorithme.

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

ReturnValue

Objet déchiffreur nouvellement créé.

Voir aussi

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

Crée un déchiffreur avec des paramètres explicites.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
ParamètreTypeDescription
rgbCléSystem::ArrayPtr<uint8_t>Clé à utiliser.
rgbIVSystem::ArrayPtr<uint8_t>Valeur initiale à utiliser.

ReturnValue

Objet déchiffreur nouvellement créé.

Voir aussi