I’ve searched for something to make a property field appear like “*****” when typing, just as the GetPassword does. I’ve tried many things and attributes but I still couldn’t find the solution for that.
Do you have any idea of how to do that, to have a property field in an custom activity that doesn’t show the characters when you type the value for it?
I’d go a different route and store it in Orchestrator as a password, building your activity to take a SecureString argument.
GetPassword seems to do some encryption, but as long as the result is saved in the .xaml itself (it is, and I assume your activity would work similarly), one could brake it without any hassle (let’s not go into details here ).
It would be nice to get it working, but I’m not sure it’s worth the trouble, as as far as I can tell it will give just an illusion of security anyway. If someone will be able to get xaml files from that machine, he will also be most probably be able to get your .nupkg and from there reverse the encryption.