Thursday, November 26, 2020

C# send secure emails

 Seding emails secured by SSL is a key factor in organization security. This blog explains all the steps required to send such an email.


https://www.emailarchitect.net/easendmail/kb/csharp.aspx?cat=1

https://www.codeproject.com/Articles/41727/An-S-MIME-Library-for-Sending-Signed-and-Encrypted

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...