Darrell

Results 252 comments of Darrell

Can confirm the same issue > Docker version 24.0.5, build ced0996

There is a nice description of the problem here: https://stackoverflow.com/questions/59228315/debug-blazor-wasm-using-visual-studio-container-tools Still waiting for this :-(

@SumanthMarigowda I think this does relate directly to the documentation.. I've quoted the portion of the documentation that is misleading or untrue - but let me put it here again,...

I stumbled accross this, and thought i'd give it a whirl. It looks like I need to create the key file first though as if I just run this application...

Thanks, I have tried calling `GenerateProtectedKeyToFile` - and it created the following, but it doesn't appear to work. ![image](https://cloud.githubusercontent.com/assets/3176632/14174438/3304fefe-f73c-11e5-8c9e-4d2772df8b98.png) Because it falls over Deserializing the KeyParams from the authtoken.key file...

Oh, also in case it helps, when I try Unprotecting() the protected file contents (authtoken.key) - the exception I get is the following: ![image](https://cloud.githubusercontent.com/assets/3176632/14174759/8a87b8a4-f73e-11e5-96f5-baaabe9a4fbc.png) So perhaps I am on the...

No I am creating within the same application. I think I have figured out the issues and managed to get it to work but I had to make code changes...

No problems, glad I am not going crazy! I have it working now so it was still valuable as sample code ;)

Cool. I'm wondering if, now that I have an "authtoken.key" file - will DataProetection be able to Unprotect() and read that file forever more? I know that DataProtection can do...

Yeah.. my first thought was to put a simple try catch around the method that Unprotects()'s and reads the key. If it fails to Unprotect() (because the DPAPI keys have...