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

◆ InputBlockSize

virtual int Mono.Security.Cryptography.SymmetricTransform.InputBlockSize
getinherited

Implements System.Security.Cryptography.ICryptoTransform.

Definition at line 89 of file SymmetricTransform.cs.

90 {
91 get
92 {
93 return this.BlockSizeByte;
94 }
95 }