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
System.Security.Cryptography.CryptoAPITransform Class Referencesealed
+ Inheritance 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]
 
bool CanTransformMultipleBlocks [get]
 
int InputBlockSize [get]
 
IntPtr KeyHandle [get]
 
int OutputBlockSize [get]
 

Private Member Functions

void Dispose (bool disposing)
 

Private Attributes

bool m_disposed
 

Detailed Description

Definition at line 9 of file CryptoAPITransform.cs.


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