System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor método
SymmetricAlgorithm::CreateDecryptor() method
Crea un descifrador con los parámetros asociados al objeto del algoritmo.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
ReturnValue
Objeto descifrador recién creado.
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Crea un descifrador con parámetros explícitos.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(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 descifrador recién creado.
Ver también
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++