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.CryptoAPITransform Class Referencesealed
+ Inheritance diagram for System.Security.Cryptography.CryptoAPITransform:
+ Collaboration diagram for System.Security.Cryptography.CryptoAPITransform:

Public Member Functions

void Dispose ()
 
void Clear ()
 
int TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
 
byte[] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount)
 
void Reset ()
 

Package Functions

 CryptoAPITransform ()
 

Properties

bool CanReuseTransform [get, set]
 
bool CanTransformMultipleBlocks [get, set]
 
int InputBlockSize [get, set]
 
global::System.IntPtr KeyHandle [get, set]
 
int OutputBlockSize [get, set]
 

Private Member Functions

void Dispose (bool disposing)
 

Private Attributes

bool m_disposed
 

Detailed Description

Definition at line 10 of file CryptoAPITransform.cs.


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