June 2003
Intermediate to advanced
714 pages
22h 8m
English
CryptoStreamMode
public enum CryptoStreamMode { Read = 0,Write = 1 }
This enumeration is used by the CryptoStream
constructor to specify whether data will be read from, or written to,
the System.IO.Stream.
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
CryptoStreamMode
CryptoStream.CryptoStream( )