This documentation is archived and is not being maintained.
CryptoStreamMode Enumeration
.NET Framework 1.1
Specifies the mode of a cryptographic stream.
[Visual Basic] <Serializable> Public Enum CryptoStreamMode [C#] [Serializable] public enum CryptoStreamMode [C++] [Serializable] __value public enum CryptoStreamMode [JScript] public Serializable enum CryptoStreamMode
Members
| Member name | Description |
|---|---|
| Read | Read access to a cryptographic stream. |
| Write | Write access to a cryptographic stream. |
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
System.Security.Cryptography Namespace | Cryptographic Services
Show: