Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SslConnectionInfo()

System.Net.Security.SslConnectionInfo.SslConnectionInfo ( SecPkgContext_ConnectionInfo interopConnectionInfo,
TlsCipherSuite cipherSuite )
inline

Definition at line 21 of file SslConnectionInfo.cs.

22 {
23 Protocol = interopConnectionInfo.Protocol;
24 DataCipherAlg = interopConnectionInfo.DataCipherAlg;
25 DataKeySize = interopConnectionInfo.DataKeySize;
26 DataHashAlg = interopConnectionInfo.DataHashAlg;
27 DataHashKeySize = interopConnectionInfo.DataHashKeySize;
28 KeyExchangeAlg = interopConnectionInfo.KeyExchangeAlg;
29 KeyExchKeySize = interopConnectionInfo.KeyExchKeySize;
30 TlsCipherSuite = cipherSuite;
31 }

References System.Net.Security.SslConnectionInfo.DataCipherAlg, System.Net.SecPkgContext_ConnectionInfo.DataCipherAlg, System.Net.Security.SslConnectionInfo.DataHashAlg, System.Net.SecPkgContext_ConnectionInfo.DataHashAlg, System.Net.Security.SslConnectionInfo.DataHashKeySize, System.Net.SecPkgContext_ConnectionInfo.DataHashKeySize, System.Net.Security.SslConnectionInfo.DataKeySize, System.Net.SecPkgContext_ConnectionInfo.DataKeySize, System.Net.Security.SslConnectionInfo.KeyExchangeAlg, System.Net.SecPkgContext_ConnectionInfo.KeyExchangeAlg, System.Net.Security.SslConnectionInfo.KeyExchKeySize, System.Net.SecPkgContext_ConnectionInfo.KeyExchKeySize, System.Net.Security.SslConnectionInfo.Protocol, and System.Net.SecPkgContext_ConnectionInfo.Protocol.