Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.ICryptoTransform Interface Reference

Public Member Functions

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

Properties

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

Detailed Description

Definition at line 3 of file ICryptoTransform.cs.


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