
c# - WinUI 3 calling ApplicationData.Current () throws System ...
Dec 31, 2021 · 6 I am trying to convert a windows desktop application from WinUI 2 to WinUI 3. However, I am having a problem with the Windows.Storage.ApplicationData class. When I call …
How do I get access to Windows.Storage namespace?
Apr 6, 2018 · I want to save data to files for my Microsoft Store app, so I need access to Windows.Storage namespace, but it's unclear how I can get it. I couldn't add it as a reference.
storage - Can an API key be securely stored/retrieved by a windows ...
Nov 24, 2021 · Is there a way to securely store and retrieve an API key in windows? For instance, is there a windows service/api that can be used by a (c#) desktop app to store and retrieve a key?
Managed Identity for Blob-Triggered Azure Function: "No such host is ...
Aug 5, 2024 · I am getting the following errors in my Blob Triggered Azure Function App: Azure.Core: No such host is known. (examplestorage.blob.core.windows.net:443). System.Net ...
Can you access the local file system in a MAUI Blazor hybrid app
May 31, 2023 · 2 Can you access the local file system in a MAUI Blazor hybrid app. Particularly get folder contents and access a file in a folder outside of the MAUI app's folder - eg. c:\ The app would …
Problem when trying to update the Azure API Gateway operation …
Mar 13, 2024 · My below code deploys the windows function app and the API gateway and also i can see that my required operations are listed with in the API. Issue is when i am importing the open API …
Storing production secrets in ASP.NET Core - Stack Overflow
Oct 19, 2016 · I try to figure out where to best store application production secrets for an ASP.NET Core app. There are two similar questions Where should I store the connection string for the production …
How should I handle storage in a WinUI 3 App that is both packaged …
Aug 12, 2023 · 0 so I have a WinUi 3 app that is right now developed in a packaged format (MSIX). However, shipping the app outside of the MS Store in that format is quite annoying (specifically the …
Encrypting credentials in a WPF application - Stack Overflow
Mar 16, 2014 · In a WPF application, I would like to provide the typical "Remember Me" option to remember credentials and use them automatically next time the application is launched. Using a one …
How do I store and retrieve credentials from the Windows Vault ...
In Windows 7, there is Windows Vault, a credential manager (Control Panel\User Accounts and Family Safety\Credential Manager) that stores logon data for a variety of logon types, including "generic …