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
HashAlgorithmName.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x020002BE RID: 702
7
public
readonly
struct
HashAlgorithmName
:
IEquatable
<HashAlgorithmName>
8
{
9
// Token: 0x17000273 RID: 627
10
// (get) Token: 0x060017CA RID: 6090 RVA: 0x00033504 File Offset: 0x00031704
11
public
static
HashAlgorithmName
MD5
12
{
13
get
14
{
15
return
"MD5"
;
16
}
17
}
18
19
// Token: 0x17000274 RID: 628
20
// (get) Token: 0x060017CB RID: 6091 RVA: 0x00033518 File Offset: 0x00031718
21
public
static
HashAlgorithmName
SHA1
22
{
23
get
24
{
25
return
"SHA1"
;
26
}
27
}
28
29
// Token: 0x17000275 RID: 629
30
// (get) Token: 0x060017CC RID: 6092 RVA: 0x0003352C File Offset: 0x0003172C
31
public
static
HashAlgorithmName
SHA256
32
{
33
get
34
{
35
return
"SHA256"
;
36
}
37
}
38
39
// Token: 0x17000276 RID: 630
40
// (get) Token: 0x060017CD RID: 6093 RVA: 0x00033540 File Offset: 0x00031740
41
public
static
HashAlgorithmName
SHA384
42
{
43
get
44
{
45
return
"SHA384"
;
46
}
47
}
48
49
// Token: 0x17000277 RID: 631
50
// (get) Token: 0x060017CE RID: 6094 RVA: 0x00033554 File Offset: 0x00031754
51
public
static
HashAlgorithmName
SHA512
52
{
53
get
54
{
55
return
"SHA512"
;
56
}
57
}
58
59
// Token: 0x060017CF RID: 6095 RVA: 0x00033568 File Offset: 0x00031768
60
public
HashAlgorithmName
(
string
name
)
61
{
62
this._name
=
name
;
63
}
64
65
// Token: 0x17000278 RID: 632
66
// (get) Token: 0x060017D0 RID: 6096 RVA: 0x0000207A File Offset: 0x0000027A
67
public
string
Name
68
{
69
get
70
{
71
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
72
}
73
}
74
75
// Token: 0x060017D1 RID: 6097 RVA: 0x0000207A File Offset: 0x0000027A
76
public
override
string
ToString
()
77
{
78
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
79
}
80
81
// Token: 0x060017D2 RID: 6098 RVA: 0x0003357C File Offset: 0x0003177C
82
public
override
bool
Equals
(
object
obj
)
83
{
84
if
(
obj
!=
null
)
85
{
86
}
87
bool
flag;
88
return
flag;
89
}
90
91
// Token: 0x060017D3 RID: 6099 RVA: 0x00033590 File Offset: 0x00031790
92
public
bool
Equals
(
HashAlgorithmName
other
)
93
{
94
bool
flag;
95
return
flag;
96
}
97
98
// Token: 0x060017D4 RID: 6100 RVA: 0x0000207A File Offset: 0x0000027A
99
public
override
int
GetHashCode
()
100
{
101
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
102
}
103
104
// Token: 0x060017D5 RID: 6101 RVA: 0x000335A0 File Offset: 0x000317A0
105
public
static
bool
operator ==
(
HashAlgorithmName
left,
HashAlgorithmName
right)
106
{
107
bool
flag;
108
return
flag;
109
}
110
111
// Token: 0x060017D6 RID: 6102 RVA: 0x000335B0 File Offset: 0x000317B0
112
public
static
bool
operator !=
(
HashAlgorithmName
left,
HashAlgorithmName
right)
113
{
114
bool
flag;
115
return
flag;
116
}
117
118
// Token: 0x04000C64 RID: 3172
119
private
readonly
string
_name
;
120
}
121
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Security.Cryptography.MD5
Definition
MD5.cs:10
System.Security.Cryptography.SHA1
Definition
SHA1.cs:10
System.Security.Cryptography.SHA256
Definition
SHA256.cs:10
System.Security.Cryptography.SHA384
Definition
SHA384.cs:10
System.Security.Cryptography.SHA512
Definition
SHA512.cs:10
System.IEquatable
Definition
IEquatable.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.name
@ name
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
System.Security.Cryptography.HashAlgorithmName.ToString
override string ToString()
Definition
HashAlgorithmName.cs:76
System.Security.Cryptography.HashAlgorithmName._name
readonly string _name
Definition
HashAlgorithmName.cs:119
System.Security.Cryptography.HashAlgorithmName.Name
string Name
Definition
HashAlgorithmName.cs:68
System.Security.Cryptography.HashAlgorithmName.HashAlgorithmName
HashAlgorithmName(string name)
Definition
HashAlgorithmName.cs:60
System.Security.Cryptography.HashAlgorithmName.Equals
override bool Equals(object obj)
Definition
HashAlgorithmName.cs:82
System.Security.Cryptography.HashAlgorithmName.operator==
static bool operator==(HashAlgorithmName left, HashAlgorithmName right)
Definition
HashAlgorithmName.cs:105
System.Security.Cryptography.HashAlgorithmName.GetHashCode
override int GetHashCode()
Definition
HashAlgorithmName.cs:99
System.Security.Cryptography.HashAlgorithmName.Equals
bool Equals(HashAlgorithmName other)
Definition
HashAlgorithmName.cs:92
System.Security.Cryptography.HashAlgorithmName.operator!=
static bool operator!=(HashAlgorithmName left, HashAlgorithmName right)
Definition
HashAlgorithmName.cs:112
System.Security.Cryptography.HashAlgorithmName
Definition
HashAlgorithmName.cs:8
source
mscorlib
System
Security
Cryptography
HashAlgorithmName.cs
Generated by
1.10.0