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
ICryptoTransform.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x020002E1 RID: 737
7
[
ComVisible
(
true
)]
8
public
interface
ICryptoTransform
:
IDisposable
9
{
10
// Token: 0x170002A0 RID: 672
11
// (get) Token: 0x060018BC RID: 6332
12
int
InputBlockSize
{
get
; }
13
14
// Token: 0x170002A1 RID: 673
15
// (get) Token: 0x060018BD RID: 6333
16
int
OutputBlockSize
{
get
; }
17
18
// Token: 0x170002A2 RID: 674
19
// (get) Token: 0x060018BE RID: 6334
20
bool
CanTransformMultipleBlocks
{
get
; }
21
22
// Token: 0x170002A3 RID: 675
23
// (get) Token: 0x060018BF RID: 6335
24
bool
CanReuseTransform
{
get
; }
25
26
// Token: 0x060018C0 RID: 6336
27
int
TransformBlock
(
byte
[]
inputBuffer
,
int
inputOffset
,
int
inputCount,
byte
[]
outputBuffer
,
int
outputOffset
);
28
29
// Token: 0x060018C1 RID: 6337
30
byte
[]
TransformFinalBlock
(
byte
[]
inputBuffer
,
int
inputOffset
,
int
inputCount);
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IDisposable
Definition
IDisposable.cs:7
System.Security.Cryptography.ICryptoTransform.CanTransformMultipleBlocks
bool CanTransformMultipleBlocks
Definition
ICryptoTransform.cs:20
System.Security.Cryptography.ICryptoTransform.InputBlockSize
int InputBlockSize
Definition
ICryptoTransform.cs:12
System.Security.Cryptography.ICryptoTransform.TransformFinalBlock
byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
System.Security.Cryptography.ICryptoTransform.TransformBlock
int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
System.Security.Cryptography.ICryptoTransform.OutputBlockSize
int OutputBlockSize
Definition
ICryptoTransform.cs:16
System.Security.Cryptography.ICryptoTransform.CanReuseTransform
bool CanReuseTransform
Definition
ICryptoTransform.cs:24
System.Security.Cryptography.ICryptoTransform
Definition
ICryptoTransform.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
ICryptoTransform.cs
Generated by
1.10.0