terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ VerifyCallback() [1/2]

unsafe UnityTls.unitytls_x509verify_result Mono.Unity.UnityTlsContext.VerifyCallback ( UnityTls::unitytls_x509list_ref chain,
UnityTls::unitytls_errorstate * errorState )
inlineprivate

Definition at line 351 of file UnityTlsContext.cs.

352 {
353 long num = 0L;
354 global::System.Security.Cryptography.X509Certificates.X509ChainElementCollection x509ChainElementCollection;
355 global::System.Security.Cryptography.X509Certificates.X509Certificate2 certificate = x509ChainElementCollection[(int)num].certificate;
356 this.remoteCertificate = certificate;
357 long num2 = 0L;
358 int num3 = 3;
359 if (num2 != 0L || num3 != 0)
360 {
361 throw new OutOfMemoryException();
362 }
363 Exception ex;
364 if (!false)
365 {
366 ex = this.lastException;
367 if (ex == null)
368 {
369 }
370 }
371 long num4 = 0L;
372 if (ex != null)
373 {
374 }
375 if (num4 != 0L)
376 {
377 throw new OutOfMemoryException();
378 }
379 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and Mono.Unity.UnityTlsContext.lastException.