1 write to _hashStrength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
72
_hashStrength
= _sslStream.HashStrength;
1 reference to _hashStrength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
125
public int HashStrength => _snapshotted ?
_hashStrength
: _sslStream.HashStrength;