System::Security::Cryptography::CryptoStream::get_CanRead method

CryptoStream::get_CanRead method

Checks if stream is readable.

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

ReturnValue

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

See Also