1 write to _cipherAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
69
_cipherAlgorithm
= _sslStream.CipherAlgorithm;
1 reference to _cipherAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
116
public CipherAlgorithmType CipherAlgorithm => _snapshotted ?
_cipherAlgorithm
: _sslStream.CipherAlgorithm;