true if this secure string is marked read-only; otherwise, false.
After an instance of System.Security.SecureString is marked read-only by the SecureString.MakeReadOnly method, any attempt to modify the value of the instance throws an InvalidOperationException. Use the SecureString.IsReadOnly method to test whether a System.Security.SecureString is read-only.