CryptoStream.CanRead 속성

정의

현재 CryptoStream을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

속성 값

Boolean

현재 스트림을 읽을 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보