System.Security.Cryptography.CryptoStream.CanWrite Property

Gets a value indicating whether the current System.Security.Cryptography.CryptoStream is writable.

Syntax

public override bool CanWrite { get; }

Value

True if the CryptoStream was created with System.Security.Cryptography.CryptoStreamMode.CryptoStreamMode.Write, false otherwise.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0