System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor method
SymmetricAlgorithm::CreateEncryptor() method
Creates encryptor with parameters associated with algorithm object.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
ReturnValue
Newly created encryptor object.
See Also
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Creates encryptor with explicit parameters.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
Parameter | Type | Description |
---|---|---|
rgbKey | System::ArrayPtr<uint8_t> | Key to use. |
rgbIV | System::ArrayPtr<uint8_t> | Initial value to use. |
ReturnValue
Newly created encryptor object.
See Also
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++