CryptoStream.Length 屬性

定義

取得資料流的位元組長度。

public:
 virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long

屬性值

不支援這個屬性。

例外狀況

不支援這個屬性。

備註

這個屬性的存在只為了支援從 Stream 的繼承,並且無法使用。

適用於

另請參閱