var handler = new HttpClientHandler(); handler.ServerCertificateCustomValidationCallback = (request, cert, chain, errors) =>
services.AddSingleton<IPsnAuthenticator, PsnAuthenticator>(); services.AddSingleton<IPsnClient, PsnClient>();
var options = new PsnRequestOptions
The keyword https psndlnet packages suggests a user is attempting to access a secure (HTTPS) website called “psndlnet” with the intention of downloading or managing “packages.” In the tech world, “packages” typically refer to:
All packages enforce HTTPS automatically; attempts to use plain HTTP will throw a PsndlnetSecurityException .
Install-Package Psndlnet.Core -Version 2.3.0 Install-Package Psndlnet.Http -Version 2.3.0 Install-Package Psndlnet.Auth -Version 2.3.0
