現在のストリームの長さを設定します。
Overrides Public Sub SetLength( _
ByVal value As Long _)
[C#]
public override void SetLength(longvalue);
[C++]
public: void SetLength(__int64value);
[JScript]
public override function SetLength(
value : long);
パラメータ
- value
現在のストリームの希望の長さ (バイト数)。
解説
このプロパティは Stream からの継承をサポートするためだけのもので、使用できません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CryptoStream クラス | CryptoStream メンバ | System.Security.Cryptography 名前空間 | 暗号サービス