System::Security::Cryptography::TripleDESManaged::CreateEncryptor método
TripleDESManaged::CreateEncryptor() method
Crea un objeto cifrador con parámetros definidos por el objeto algoritmo.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Crea un objeto cifrador con parámetros explícitos.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Clave de cifrado en forma de matriz de bytes. |
| rgbIV | System::ArrayPtr<uint8_t> | Valor inicial en forma de matriz de bytes. |
ReturnValue
Objeto cifrador recién creado.
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++