System::Security::Cryptography::TripleDESManaged::CreateEncryptor metodu
TripleDESManaged::CreateEncryptor() method
Algoritma nesnesi tarafından tanımlanan parametrelerle şifreleyici nesnesi oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Açık parametrelerle şifreleyici nesnesi oluşturur.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Parametre | Tür | Açıklama |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Şifreleme anahtarı bayt dizisi biçiminde. |
| rgbIV | System::ArrayPtr<uint8_t> | İlk değer bayt dizisi biçiminde. |
ReturnValue
Yeni oluşturulmuş şifreleyici nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++