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

◆ SelectedCert() [2/2]

void System.Net.NetEventSource.SelectedCert ( X509Certificate clientCertificate,
SecureChannel secureChannel )
inline

Definition at line 268 of file NetEventSource.cs.

269 {
270 if (IsEnabled())
271 {
272 SelectedCert(clientCertificate?.ToString(fVerbose: true), GetHashCode(secureChannel));
273 }
274 }
static int GetHashCode(object value)
void SelectedCert(X509Certificate clientCertificate, SecureChannel secureChannel)

References System.Net.NetEventSource.GetHashCode(), System.Diagnostics.Tracing.EventSource.IsEnabled(), System.Net.NetEventSource.SelectedCert(), and System.Diagnostics.Tracing.EventSource.ToString().

Referenced by System.Net.NetEventSource.SelectedCert().