CreateEncryptor()
RijndaelManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Creates encryptor object with explicit parameters.
SharedPtr<ICryptoTransform> System::Security::Cryptography::RijndaelManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
Arguments
Parameter | Type | Description |
---|---|---|
rgbKey | System::ArrayPtr<uint8_t> | Encryption key in byte array form. |
rgbIV | System::ArrayPtr<uint8_t> | Initial value in byte array form. |
Return Value
Newly created encryptor object.
RijndaelManaged::CreateEncryptor() method
Creates encryptor object with parameters defined by algorithm object.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
RijndaelManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Creates encryptor object with parameters defined by algorithm object.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class ICryptoTransform
- Class RijndaelManaged
- Namespace System::Security::Cryptography
- Library Aspose.Slides