2 implementations of NegotiatedCipherSuite
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
408
TlsCipherSuite? ITlsHandshakeFeature.
NegotiatedCipherSuite
=> NegotiatedCipherSuite;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
55
public TlsCipherSuite?
NegotiatedCipherSuite
=> _sslStream.NegotiatedCipherSuite;
1 reference to NegotiatedCipherSuite
InMemory.FunctionalTests (1)
HttpsConnectionMiddlewareTests.cs (1)
149
Assert.True(tlsFeature.
NegotiatedCipherSuite
>= TlsCipherSuite.TLS_NULL_WITH_NULL_NULL, "NegotiatedCipherSuite");