17 references to HashAlgorithmType
Microsoft.AspNetCore.Connections.Abstractions (2)
Features\ITlsHandshakeFeature.cs (2)
55
/// Gets the <see cref="
HashAlgorithmType
"/>.
60
HashAlgorithmType
HashAlgorithm { get; }
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
30
private
HashAlgorithmType
_hashAlgorithm;
122
public
HashAlgorithmType
HashAlgorithm => _snapshotted ? _hashAlgorithm : _sslStream.HashAlgorithm;
netstandard (1)
netstandard.cs (1)
1832
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.
HashAlgorithmType
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
847
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.
HashAlgorithmType
))]
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
77
private readonly
HashAlgorithmType
_hashAlgorithm;
101
public
HashAlgorithmType
Hash => _hashAlgorithm;
System.Net.Security (9)
System\Net\Security\NetEventSource.Security.cs (1)
199
HashAlgorithmType
hashAlgorithm,
System\Net\Security\SslConnectionInfo.Unix.cs (6)
30
new[] { (int)
HashAlgorithmType
.None, (int)
HashAlgorithmType
.Md5, (int)
HashAlgorithmType
.Sha1, (int)
HashAlgorithmType
.Sha256, (int)
HashAlgorithmType
.Sha384, (int)
HashAlgorithmType
.Sha512, };
System\Net\Security\SslStream.cs (2)
608
public virtual
HashAlgorithmType
HashAlgorithm
613
return (
HashAlgorithmType
)_connectionInfo.DataHashAlg;