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

◆ Buffer

byte [] System.Security.Cryptography.TailStream.Buffer
get

Definition at line 39 of file TailStream.cs.

40 {
41 get
42 {
43 byte[] buffer = this._Buffer;
44 object obj;
45 if (obj == null || obj != null)
46 {
47 }
48 throw new InvalidCastException();
49 }
50 }

Referenced by System.Security.Cryptography.MACTripleDES.HashFinal().