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
DeriveBytes.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: 0x020002D3 RID: 723
7
[
ComVisible
(
true
)]
8
public
abstract
class
DeriveBytes
:
IDisposable
9
{
10
// Token: 0x06001861 RID: 6241
11
public
abstract
byte
[]
GetBytes
(
int
cb);
12
13
// Token: 0x06001862 RID: 6242
14
public
abstract
void
Reset
();
15
16
// Token: 0x06001863 RID: 6243 RVA: 0x000341F0 File Offset: 0x000323F0
17
public
void
Dispose
()
18
{
19
GC
.
SuppressFinalize
(
this
);
20
}
21
22
// Token: 0x06001864 RID: 6244 RVA: 0x00034204 File Offset: 0x00032404
23
protected
virtual
void
Dispose
(
bool
disposing
)
24
{
25
}
26
27
// Token: 0x06001865 RID: 6245 RVA: 0x00034214 File Offset: 0x00032414
28
protected
DeriveBytes
()
29
{
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.GC.SuppressFinalize
static void SuppressFinalize(object obj)
Definition
GC.cs:116
System.GC
Definition
GC.cs:11
System.Security.Cryptography.DeriveBytes.Dispose
virtual void Dispose(bool disposing)
Definition
DeriveBytes.cs:23
System.Security.Cryptography.DeriveBytes.Reset
void Reset()
System.Security.Cryptography.DeriveBytes.DeriveBytes
DeriveBytes()
Definition
DeriveBytes.cs:28
System.Security.Cryptography.DeriveBytes.Dispose
void Dispose()
Definition
DeriveBytes.cs:17
System.Security.Cryptography.DeriveBytes.GetBytes
byte[] GetBytes(int cb)
System.Security.Cryptography.DeriveBytes
Definition
DeriveBytes.cs:9
System.IDisposable
Definition
IDisposable.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
DeriveBytes.cs
Generated by
1.10.0