Your suggestion worked, its was not ReadOnly,
thanks, B
"Pavel Minaev" <(E-Mail Removed)> wrote in message
news:f65c673e-9cfd-4e95-8a73-(E-Mail Removed)...
On Apr 20, 2:04 pm, "Brian Stoop" <b.st...@consultant-spam.free.com>
wrote:
> I have a SecureString which has a Length of 20. How can I change the
> length
> to 10?
If by "changing length" here you mean "trim last 10 characters", then
use RemoveAt() method (which, of course, won't work on a string that
was MadeReadOnly()). Otherwise, please explain in more detail what you
want to achieve.
|