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

◆ SspiSelectedCipherSuite()

void System.Net.NetEventSource.SspiSelectedCipherSuite ( string process,
SslProtocols sslProtocol,
CipherAlgorithmType cipherAlgorithm,
int cipherStrength,
HashAlgorithmType hashAlgorithm,
int hashStrength,
ExchangeAlgorithmType keyExchangeAlgorithm,
int keyExchangeStrength )
inline

Definition at line 328 of file NetEventSource.cs.

329 {
330 if (IsEnabled())
331 {
332 WriteEvent(33, process, (int)sslProtocol, (int)cipherAlgorithm, cipherStrength, (int)hashAlgorithm, hashStrength, (int)keyExchangeAlgorithm, keyExchangeStrength);
333 }
334 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), and System.Net.NetEventSource.WriteEvent().