System::Security::Cryptography::RC2Managed::CreateEncryptor Methode
RC2Managed::CreateEncryptor() method
Erstellt ein Verschlüsselungs-Objekt mit Parametern, die vom Algorithmus-Objekt definiert werden.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
Siehe auch
- Typedef SharedPtr
- Class ICryptoTransform
- Class RC2Managed
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RC2Managed::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Erstellt ein Verschlüsselungs-Objekt mit expliziten Parametern.
SharedPtr<ICryptoTransform> System::Security::Cryptography::RC2Managed::CreateEncryptor(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 Verschlüsselungsobjekt.
Siehe auch
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class RC2Managed
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++