RodF
RodF
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
OK, I'll give that a try. But if it doesn't, then I have the code snippet you provided. Thank you again!! 🙂
16 replies
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
At least that's how the LinkedIn Learning course handled it
16 replies
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
I thought that was being handled through the App Registration. Then I'd put the client secret into the appSettings.json file.
16 replies
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
I've got a clarification question for you. At this point I don't see us using certificates, like the X509 referenced in the C# code. Can I just skip that, or is the C509 requrired?
16 replies
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
Aw! I'm sorry, I didn't get far enough into it to have seen that. I was stopped by that Azure-only business.
16 replies
CC#
Created by RodF on 1/22/2024 in #help
I'm working to get secrets out of our source code, into Azure Key Vault.
Thank you!!
16 replies
CC#
Created by OkOk on 10/13/2023 in #help
❔ Visual Studio - How to write out all properties when instansiating a class?
You could overwrite the ToString() method. But that could be tedious, if you have a lot of properties.
24 replies