CryptoStream.SetLength Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Throws a NotSupportedException in all cases.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Int64
The desired length of the current stream, in bytes.
| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
Show: