4 references to HashStrength
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
72
_hashStrength = _sslStream.
HashStrength
;
125
public int HashStrength => _snapshotted ? _hashStrength : _sslStream.
HashStrength
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
160
$"HashAlgorithm:{sslStream.HashAlgorithm}, HashStrength:{sslStream.
HashStrength
}, " +
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
427
HashStrength
,