{ "client_name": "apk1", "scopes": [ "full" ], "jwks": { "keys": [ { "kty": "RSA", "e": "AQAB", "use": "sig"
I have a class public class ProductionQueue { /// <summary> /// Gets or sets the title. /// </summary> /// &
We are doing the MSI validation using below code. WinTrustData wtd = new WinTrustData(fileName); Guid guidAction = new Guid(WINTRUST_ACTION_GENERIC_VERIFY_V2);
I'm creating a custom class in c# and I want to add a method in a property So, a custom method in a property for example it's like the ToString method. But I wa
I have a client application that accesses my WebAPI (1) using Integrated Windows Authentication and the Authorization code [Authentication flow]. Now I need to
so I want to print the oldest persons age (for example person writes: Patrick,50 Steven,25) the code will print: age of the oldest: age Obviously this is an exe
I need some help with parsing the response from ListDirectoryDetails in C#. I only need the following fields. File Name/Directory Name Date Created and the F
So decided to give game dev a try, picked up unity,Now I decided to create a simple ping pong game. My game has Bat.cs class, ball.cs, and GameHandler.cs. The G
I am getting this issue: No connection could be made because the target machine actively refused it 127.0.0.1:8080.I use Sikuli4net library but scrn.click dont
How do I do this? I'm lost. The header parameters: new KeyValuePair<string, string>("checkout-account", MerchantId), new KeyValuePair<string, string>
When calling TryUpdate you should specify old value besides key, why is it required ? And additional question why TryUpdate method (and others similar) have whi
I'm trying to load a tensorflow graph model using cppflow in c++. I am able to load the model when I define the model loading globally in a standalone applicait
enter image description hereenter image description here I was trying to run a program on C#. Anyone know what the reason is and what the solution is?
I'm new to using EF as well as ASP.NET Core. I'm working on a simple web application and I am getting an error when I go to save a new record. When the DbCont
I have an elsa workflow parent which is calling some child workflows. Every child workflow has some custom activities (based on SendHttpRequest elsa activity).
namespace shush { public partial class Form1 : Form { private void btnFinish_Click(object sender, EventArgs e) {
Hi could someone guide me in the following problem, there must be tons of guides on this problem but for some reason I can't get google to find a nice how to, t
I intend to increment the counter by 1 when the url changes and return the final count, eg 10 if url changes 10 times. The program has to wait until the user cl
I'm facing a small problem with the unity's New Input system. I'm trying to build a VR game that has floating buttons in the scene. I have used a gaze reticle f
I'm trying to implement WOPI on my application but im having a hard time to find the secret key to generate a token see below image for the sample code from git