System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor método
SymmetricAlgorithm::CreateEncryptor() method
Crea un cifrador con los parámetros asociados al objeto del algoritmo.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
ReturnValue
Objeto cifrador recién creado.
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Crea un cifrador con parámetros explícitos.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Clave a usar. |
| rgbIV | System::ArrayPtr<uint8_t> | Valor inicial a usar. |
ReturnValue
Objeto cifrador recién creado.
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++