mscorlib(4.0.0.0) API with additions
CryptoStreamMode.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.Cryptography
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
CryptoStreamMode
9
{
11
Read,
13
Write
14
}
15
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Security.Cryptography.CryptoStreamMode
CryptoStreamMode
Specifies the mode of a cryptographic stream.
Definition:
CryptoStreamMode.cs:8
All cs
System.Security.Cryptography
CryptoStreamMode.cs
Generated by
1.8.15