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

◆ LocatingPrivateKey() [1/2]

void System.Net.NetEventSource.LocatingPrivateKey ( string x509Certificate,
int secureChannelHash )
inlineprivate

Definition at line 112 of file NetEventSource.cs.

113 {
114 WriteEvent(18, x509Certificate, secureChannelHash);
115 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Net.NetEventSource.WriteEvent().