Matronix
Matronix
CC#
Created by Matronix on 2/25/2025 in #help
How to bypass certificate validation in .NET Core when using a WCF ClientBase object?
@Sehra perfect! Thank you. I was trying to set this client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None; And that didn't work. I had to just create a new object.
3 replies
CC#
Created by Matronix on 4/2/2024 in #help
Update and add to Resource.resx file via code.
This is correct. I finally got it. I had to add WindowForms to my ConsoleApp to be able to access that System.Resources.dll
3 replies