System::Security::Cryptography::TripleDESManaged::CreateDecryptor metodo
TripleDESManaged::CreateDecryptor() method
Crea un oggetto decryptor con parametri definiti dall’oggetto algoritmo.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
Vedi anche
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Crea un oggetto decryptor con parametri espliciti.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Chiave di crittografia in forma di array di byte. |
| rgbIV | System::ArrayPtr<uint8_t> | Valore iniziale in forma di array di byte. |
ReturnValue
Oggetto decryptor appena creato.
Vedi anche
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++