Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CryptoStreamMode Enumeration

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:
© 2017 Microsoft