System::Security::Cryptography::RijndaelManaged::CreateEncryptor yöntemi
RijndaelManaged::CreateEncryptor() method
Algoritma nesnesi tarafından tanımlanan parametrelerle encryptor nesnesi oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Class RijndaelManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RijndaelManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Açık parametrelerle encryptor nesnesi oluşturur.
SharedPtr<ICryptoTransform> System::Security::Cryptography::RijndaelManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| Parameter | Type | 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ş encryptor nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class RijndaelManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++