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.
1using System;
3
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 {
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
23 {
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 {
36 get
37 {
39 }
40 }
41
42 // Token: 0x06001B09 RID: 6921 RVA: 0x0003A400 File Offset: 0x00038600
49
50 // Token: 0x04000DC1 RID: 3521
53
54 // Token: 0x04000DC2 RID: 3522
57
58 // Token: 0x04000DC3 RID: 3523
60 private readonly int <IterationCount>k__BackingField;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
PbeParameters(PbeEncryptionAlgorithm encryptionAlgorithm, HashAlgorithmName hashAlgorithm, int iterationCount)
readonly HashAlgorithmName< HashAlgorithm > k__BackingField
readonly PbeEncryptionAlgorithm< EncryptionAlgorithm > k__BackingField
readonly int< IterationCount > k__BackingField