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
PbeParameters.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x0200031F RID: 799
7
public
sealed
class
PbeParameters
8
{
9
// Token: 0x170002FB RID: 763
10
// (get) Token: 0x06001B06 RID: 6918 RVA: 0x0003A3C4 File Offset: 0x000385C4
11
public
PbeEncryptionAlgorithm
EncryptionAlgorithm
12
{
13
[
CompilerGenerated
]
14
get
15
{
16
return
this.<EncryptionAlgorithm>
k__BackingField
;
17
}
18
}
19
20
// Token: 0x170002FC RID: 764
21
// (get) Token: 0x06001B07 RID: 6919 RVA: 0x0003A3D8 File Offset: 0x000385D8
22
public
HashAlgorithmName
HashAlgorithm
23
{
24
[
CompilerGenerated
]
25
get
26
{
27
return
this.<
HashAlgorithm
>
k__BackingField
;
28
}
29
}
30
31
// Token: 0x170002FD RID: 765
32
// (get) Token: 0x06001B08 RID: 6920 RVA: 0x0003A3EC File Offset: 0x000385EC
33
public
int
IterationCount
34
{
35
[
CompilerGenerated
]
36
get
37
{
38
return
this.<
IterationCount
>
k__BackingField
;
39
}
40
}
41
42
// Token: 0x06001B09 RID: 6921 RVA: 0x0003A400 File Offset: 0x00038600
43
public
PbeParameters
(
PbeEncryptionAlgorithm
encryptionAlgorithm
,
HashAlgorithmName
hashAlgorithm,
int
iterationCount
)
44
{
45
this.EncryptionAlgorithm
=
encryptionAlgorithm
;
46
this.HashAlgorithm
= hashAlgorithm;
47
this.IterationCount
=
iterationCount
;
48
}
49
50
// Token: 0x04000DC1 RID: 3521
51
[
CompilerGenerated
]
52
private
readonly
PbeEncryptionAlgorithm <EncryptionAlgorithm>
k__BackingField
;
53
54
// Token: 0x04000DC2 RID: 3522
55
[
CompilerGenerated
]
56
private
readonly
HashAlgorithmName <HashAlgorithm>
k__BackingField
;
57
58
// Token: 0x04000DC3 RID: 3523
59
[
CompilerGenerated
]
60
private
readonly
int <IterationCount>
k__BackingField
;
61
}
62
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.HashAlgorithm
Definition
HashAlgorithm.cs:9
System.Security.Cryptography.PbeParameters.PbeParameters
PbeParameters(PbeEncryptionAlgorithm encryptionAlgorithm, HashAlgorithmName hashAlgorithm, int iterationCount)
Definition
PbeParameters.cs:43
System.Security.Cryptography.PbeParameters.k__BackingField
readonly HashAlgorithmName< HashAlgorithm > k__BackingField
Definition
PbeParameters.cs:56
System.Security.Cryptography.PbeParameters.k__BackingField
readonly PbeEncryptionAlgorithm< EncryptionAlgorithm > k__BackingField
Definition
PbeParameters.cs:52
System.Security.Cryptography.PbeParameters.k__BackingField
readonly int< IterationCount > k__BackingField
Definition
PbeParameters.cs:60
System.Security.Cryptography.PbeParameters.IterationCount
int IterationCount
Definition
PbeParameters.cs:34
System.Security.Cryptography.PbeParameters
Definition
PbeParameters.cs:8
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Security.Cryptography.PbeEncryptionAlgorithm
PbeEncryptionAlgorithm
Definition
PbeEncryptionAlgorithm.cs:7
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
System.Security.Cryptography.HashAlgorithmName
Definition
HashAlgorithmName.cs:8
source
mscorlib
System
Security
Cryptography
PbeParameters.cs
Generated by
1.10.0