CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
crypto_stream_mode.h
1
2#ifndef _crypto_stream_mode_h_
3#define _crypto_stream_mode_h_
4
5namespace System { namespace Security { namespace Cryptography {
6
8enum class CryptoStreamMode {
10 Read = 0,
12 Write = 1
13};
14
15}}}
16
17#endif
CryptoStreamMode
CryptoStream direction.
Definition: crypto_stream_mode.h:8
Definition: db_command.h:9