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.
In my managed BA, I have a password in a SecureString. I'd like a SecureStringVariables property in the managed Engine so that I never have to convert that SecureString to a managed string.
The engine should encrypt hidden variables while in memory and call SecureZeroMemory before freeing them so that they are not in memory after the process exits.
Originally opened by rseanhall
The text was updated successfully, but these errors were encountered:
In my managed BA, I have a password in a SecureString. I'd like a SecureStringVariables property in the managed Engine so that I never have to convert that SecureString to a managed string.
The engine should encrypt hidden variables while in memory and call SecureZeroMemory before freeing them so that they are not in memory after the process exits.
The text was updated successfully, but these errors were encountered: