System::Security::Cryptography::CryptoStream::get_CanRead 方法

CryptoStream::get_CanRead method

检查流是否可读。

bool System::Security::Cryptography::CryptoStream::get_CanRead() const override

ReturnValue

如果流是使用 CryptoStreamMode::Read 创建的,则为 true;否则为 false。

另见