Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NegotiatedCipherSuite
virtual
TlsCipherSuite
System.Net.Security.SslStream.NegotiatedCipherSuite
get
Definition at line
178
of file
SslStream.cs
.
179
{
180
get
181
{
182
ThrowIfExceptionalOrNotHandshake
();
183
return
_context
.
ConnectionInfo
?.
TlsCipherSuite
??
TlsCipherSuite
.TLS_NULL_WITH_NULL_NULL;
184
}
185
}
System.Net.Security.SecureChannel.ConnectionInfo
SslConnectionInfo ConnectionInfo
Definition
SecureChannel.cs:63
System.Net.Security.SslConnectionInfo.TlsCipherSuite
TlsCipherSuite TlsCipherSuite
Definition
SslConnectionInfo.cs:7
System.Net.Security.SslStream._context
SecureChannel _context
Definition
SslStream.cs:40
System.Net.Security.SslStream.ThrowIfExceptionalOrNotHandshake
void ThrowIfExceptionalOrNotHandshake()
Definition
SslStream.cs:876
System.Net.Security.TlsCipherSuite
TlsCipherSuite
Definition
TlsCipherSuite.cs:5
System
Net
Security
SslStream
Generated by
1.10.0