Requesting Microsoft Defender HTTP API with .NET and Refit
The Microsoft Defender API - or Azure Security Center API - is an interface to obtain security-related information from its M365 or Azure tenant. At
The Microsoft Defender API - or Azure Security Center API - is an interface to obtain security-related information from its M365 or Azure tenant. At
Attention: the following configuration is recommended only for testing or very trusted applications, since username and password could be intercepte
Parsing HTML with .NET can be a useful skill for any developer working on web applications or data analysis projects. One tool that can be particular
ASP.NET Core provides a built-in mechanism for configuring an application's options using the Options pattern. This pattern allows you to define a cl
Writing XML files asynchronously is a useful technique for improving the performance and scalability of your application. By using an asynchronous ap
Writing JSON files asynchronously is a useful technique for improving the performance and scalability of your application. By using an asynchronous a
ActivityPub is an open, decentralized social networking protocol that allows users to share content and interact with each other across the internet.
To list the local administator accounts, you can just use the group membership command Get-LocalGroupMember -Group "Administrators" Object
First, you need to install the NuGet Package System.DirectoryServices.AccountManagement Now you can open a context and get all members of the built-i
Often you have the requirement that you need or want to add additional claims to a token - either the, ID token or the access token. This is especial