Code:
if (_cryptKey1 != null)
{
[COLOR="Red"]if (_cryptKey1.Length != 0)[/COLOR]
return;
}
If the key isn't null... then the length cannot be 0... so why does it check that?
Sincerely,
Spirited