System::Security::Cryptography::RC2Managed::CreateEncryptor Methode

RC2Managed::CreateEncryptor() method

Erstellt ein Encryptor‑Objekt mit Parametern, die vom Algorithmus‑Objekt definiert werden.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()

Siehe auch

RC2Managed::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method

Erstellt ein Encryptor‑Objekt mit expliziten Parametern.

SharedPtr<ICryptoTransform> System::Security::Cryptography::RC2Managed::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
ParameterTypBeschreibung
rgbKeySystem::ArrayPtr<uint8_t>Verschlüsselungsschlüssel in Byte-Array-Form.
rgbIVSystem::ArrayPtr<uint8_t>Initialwert in Byte-Array-Form.

ReturnValue

Neu erstelltes Verschlüsselungsobjekt.

Siehe auch