3 references to CipherAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
57public CipherAlgorithmType CipherAlgorithm => _sslStream.CipherAlgorithm;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
136$"NegotiatedCipherSuite:{sslStream.NegotiatedCipherSuite}, CipherAlgorithm:{sslStream.CipherAlgorithm}, CipherStrength:{sslStream.CipherStrength}, " +
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
371CipherAlgorithm,