CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
rc2.h
1
2#ifndef _security_cryptography_rc2_h_
3#define _security_cryptography_rc2_h_
4
5#include <security/cryptography/symmetric_algorithm.h>
6
7namespace System { namespace Security { namespace Cryptography {
8
13class ASPOSECPP_SHARED_CLASS ABSTRACT RC2 : public SymmetricAlgorithm
14{
15protected:
17 ASPOSECPP_SHARED_API RC2();
18};
19
20}}}
21#endif
22
RC2 symmetric algorithm base class. Objects of this class should only be allocated using System::Make...
Definition: rc2.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