terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Cryptography.ICryptoTransform Interface Reference
+ Inheritance diagram for System.Security.Cryptography.ICryptoTransform:
+ Collaboration diagram for System.Security.Cryptography.ICryptoTransform:

Public Member Functions

int TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
 
byte[] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 

Properties

int InputBlockSize [get]
 
int OutputBlockSize [get]
 
bool CanTransformMultipleBlocks [get]
 
bool CanReuseTransform [get]
 

Detailed Description

Definition at line 9 of file ICryptoTransform.cs.


The documentation for this interface was generated from the following file: