System::Security::Cryptography::TripleDESManaged::CreateDecryptor-Methode
TripleDESManaged::CreateDecryptor() method
Erstellt ein Entschlüsseler-Objekt mit Parametern, die vom Algorithmus-Objekt definiert werden.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
Siehe auch
- 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
Erstellt ein Entschlüsseler-Objekt mit expliziten Parametern.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Verschlüsselungsschlüssel in Byte-Array-Form. |
| rgbIV | System::ArrayPtr<uint8_t> | Initialwert in Byte-Array-Form. |
ReturnValue
Neu erstelltes Entschlüsselungsobjekt.
Siehe auch
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++