mscorlib(4.0.0.0) API with additions
CryptoStreamMode.cs
2 
4 {
7  [ComVisible(true)]
8  public enum CryptoStreamMode
9  {
11  Read,
13  Write
14  }
15 }
Definition: __Canon.cs:3
Specifies that the class can be serialized.
CryptoStreamMode
Specifies the mode of a cryptographic stream.