netcoreapp2.1 Questions

5

I have been running into an error lately trying to run some code with dotnetcore. When I try to run the project in the console (dotnet run), I get this error. Unable to run your project. Ensure yo...
Apparently asked 11/8, 2020 at 1:30

2

Solved

I'm trying to sign and encode my JWt with this snippet: var claims = new Claim[] { new SomeClaimes() }; var scKey = Encoding.UTF8.GetBytes("SOME KEY"); var ecKey = Encoding.UTF8.GetBytes("SOME OTH...
Samekh asked 26/11, 2018 at 18:46
1

© 2022 - 2024 — McMap. All rights reserved.