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

SymmetricAlgorithm::CreateEncryptor() method

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

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

ReturnValue

Objet encryptor nouvellement créé.

Voir aussi

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

Crée un encryptor avec des paramètres explicites.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(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 encryptor nouvellement créé.

Voir aussi