CryptoStream::SetLength Method (Int64)
.NET Framework (current version)
Sets the length of the current stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::Int64
The desired length of the current stream in bytes.
| Exception | Condition |
|---|---|
| NotSupportedException | This property exists only to support inheritance from Stream, and cannot be used. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: