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

◆ Deserialize()

void System.Security.Claims.ClaimsIdentity.Deserialize ( SerializationInfo info,
StreamingContext context,
bool useContext )
inlineprivateinherited

Definition at line 342 of file ClaimsIdentity.cs.

343 {
344 if (info != null)
345 {
346 return;
347 }
348 throw new OutOfMemoryException();
349 }

References System.info.