get_CanWrite()

CryptoStream::get_CanWrite() const method

Checks if stream is writable.

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

Return Value

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

See Also