You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecureString password not editable in propertygrid
Expected Behavior
Password should be editable, but still secure
Current Behavior
Cannot edit password
Possible Solution
Store password in SecureString but have String-based property. Never populate the String-based property with the actual value, but instead convert directly to SecureString in the property setter.
Steps to Reproduce (for bugs)
Try to enter password
Context
Regression after move to SecureString for Password property
Your Environment
N/A
The text was updated successfully, but these errors were encountered:
SecureString password not editable in propertygrid
Expected Behavior
Password should be editable, but still secure
Current Behavior
Cannot edit password
Possible Solution
Store password in SecureString but have String-based property. Never populate the String-based property with the actual value, but instead convert directly to SecureString in the property setter.
Steps to Reproduce (for bugs)
Try to enter password
Context
Regression after move to SecureString for Password property
Your Environment
N/A
The text was updated successfully, but these errors were encountered: