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
5
namespace
System
{
namespace
Security {
namespace
Cryptography {
6
8
enum class
CryptoStreamMode
{
10
Read
= 0,
12
Write
= 1
13
};
14
15
}}}
16
17
#endif
System::Security::Cryptography::CryptoStreamMode
CryptoStreamMode
CryptoStream direction.
Definition:
crypto_stream_mode.h:8
System::Security::Cryptography::CryptoStreamMode::Write
@ Write
Stream is for writing only.
System::Security::Cryptography::CryptoStreamMode::Read
@ Read
Stream is for reading only.
System
Definition:
db_command.h:9
include
security
cryptography
crypto_stream_mode.h
Generated by
1.9.4