I have problems to include the Certificates for TLS.
wifi.SetTlsServerRootCertificate(Resources.GetBytes(Resources.BinaryResources.Digicert___GHI));
Intellisense doesn’t find ‘Resources’ and I cannot find a Resource designer as I could use in NETMF.
How is it managed to include the Certificates as Resources?
Best Regards
RoSchmi
@willgeorge Thanks, but the Using directive is not needed when the resource is created this way. Greetings from Kassel (near Frankfurt).
@Gus Thanks, that’s easier. It was a little bit irritating for me in TinyClr since NETMF automatically creates the files Resources.resx and Resources.Designer.cs. However that’s no problem.
Kind Regards
RoSchmi