System::Security::Cryptography::CryptoStream::get_CanWrite method

CryptoStream::get_CanWrite method

Checks if stream is writable.

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

ReturnValue

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

See Also