1 write to _hashAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
71
_hashAlgorithm
= _sslStream.HashAlgorithm;
1 reference to _hashAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
122
public HashAlgorithmType HashAlgorithm => _snapshotted ?
_hashAlgorithm
: _sslStream.HashAlgorithm;