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

◆ X509Certificate() [2/3]

Mono.Security.X509.X509Certificate.X509Certificate ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 637 of file X509Certificate.cs.

638 {
639 if (!true)
640 {
641 }
642 Type type;
643 object value = info.GetValue("raw", type);
644 if (value != null && value == null)
645 {
646 throw new InvalidCastException();
647 }
648 }

References System.info, and System.value.