[ Team LiB ] Previous Section Next Section

CryptoStreamModeserializable

System.Security.Cryptography (mscorlib.dll)enum
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.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) CryptoStreamMode

Passed To

CryptoStream.CryptoStream( )

    [ Team LiB ] Previous Section Next Section