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
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| rgbClé | System::ArrayPtr<uint8_t> | Clé à utiliser. |
| rgbIV | System::ArrayPtr<uint8_t> | Valeur initiale à utiliser. |
ReturnValue
Objet encryptor nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++