Name

CryptoStreamMode

Synopsis

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( )

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.