System::Security::Cryptography::TripleDESManaged::CreateEncryptor Methode

TripleDESManaged::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

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

Erstellt ein Verschlüsselungs-Objekt mit expliziten Parametern.

SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::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