Anas
Anas

Reputation: 180

Is it possible/How to log SSL handshake information in .NET

I need to log as much as possible information about SSL Handshake using .NET for mTLS.

This is possible in Java by using System.setProperty("javax.net.debug", "ssl:handshake");

Is there an equivalent in .NET?

Upvotes: 2

Views: 509

Answers (0)

Related Questions