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
Basically, any actual secrets should be encrypted or stored as a [SecureString] at all times. There should never be a point where they are stored as plain text, or else they aren't really secret.