Edit

Share via


CryptoStream.CanWrite Property

Definition

Gets a value indicating whether the current CryptoStream is writable.

public override bool CanWrite { get; }

Property Value

true if the current stream is writable; otherwise, false.

Applies to

See also