get_CanRead()

CryptoStream::get_CanRead() const method

Checks if stream is readable.

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

Return Value

True if stream was created with CryptoStreamMode::Read, false otherwise.

See Also