CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
rijndael.h
1
2#ifndef rijndael_h
3#define rijndael_h
4
5#include "symmetric_algorithm.h"
6
7namespace System{ namespace Security{ namespace Cryptography{
8
13class ASPOSECPP_SHARED_CLASS Rijndael : public SymmetricAlgorithm
14{
15protected:
17 ASPOSECPP_SHARED_API Rijndael();
18};
19
20}}} //namespace System{ namespace Security{ namespace Cryptography{
21
22#endif // rijndael_h
Base class for Rijndael algorithm. Objects of this class should only be allocated using System::MakeO...
Definition: rijndael.h:14
Symmetric algorithm using same key for encryption and decryption base class. Objects of this class sh...
Definition: symmetric_algorithm.h:19
Definition: db_command.h:9