System::Security::Cryptography::TripleDESManaged::CreateEncryptor méthode
TripleDESManaged::CreateEncryptor() method
Crée un objet chiffreur avec des paramètres définis par l’objet algorithme.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
Voir aussi
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Crée un objet chiffreur avec des paramètres explicites.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Paramètre | Type | Description |
|---|---|---|
| rgbClé | System::ArrayPtr<uint8_t> | Clé de chiffrement sous forme de tableau d’octets. |
| rgbIV | System::ArrayPtr<uint8_t> | Valeur initiale sous forme de tableau d’octets. |
ReturnValue
Objet encryptor nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++