Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HashAlgorithm
virtual
HashAlgorithmType
System.Net.Security.SslStream.HashAlgorithm
get
Definition at line
205
of file
SslStream.cs
.
206
{
207
get
208
{
209
ThrowIfExceptionalOrNotHandshake
();
210
return
(
HashAlgorithmType
)(
_context
.
ConnectionInfo
?.
DataHashAlg
?? 0);
211
}
212
}
System.Net.Security.SecureChannel.ConnectionInfo
SslConnectionInfo ConnectionInfo
Definition
SecureChannel.cs:63
System.Net.Security.SslConnectionInfo.DataHashAlg
int DataHashAlg
Definition
SslConnectionInfo.cs:13
System.Net.Security.SslStream._context
SecureChannel _context
Definition
SslStream.cs:40
System.Net.Security.SslStream.ThrowIfExceptionalOrNotHandshake
void ThrowIfExceptionalOrNotHandshake()
Definition
SslStream.cs:876
System.Security.Authentication.HashAlgorithmType
HashAlgorithmType
Definition
HashAlgorithmType.cs:4
System
Net
Security
SslStream
Generated by
1.10.0