Hi @KDJ,
If you intend to enter a password on the form and have it accessible as SecureString you can.
- Set the property of the textbox on the form with “UseSystemPasswordChar”
- Convert afterward your string to SecureString using the trick bellow.
I am attaching you a basic example of it, hope that will help.
Cheers