Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Allow specifying password to skip dialog #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rickparrish
Copy link

My RDP/VNC client allows storing passwords, so I've modified VncSharp to accept a password as a SecureString, which then allows my client to skip the password prompt dialog for VNC connections.

It would be great if this could be merged -- will make things easier for me to merge future updates to VncSharp, and maybe it would be useful to someone else as well.

@kmscode
Copy link
Contributor

kmscode commented Nov 8, 2016

In order to prevent a "breaking change" I would recommend leaving public static string GetPassword() as is, and create a new ublic static SecureString GetPassword() accordingly. This way any existing consuming applications can still function, but you can also get the benefits of SecureString. Hopefully other apps would update accordingly to use the new method going forward.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants