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
X509Extension.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x02000117 RID: 279
6
public
class
X509Extension
:
AsnEncodedData
7
{
8
// Token: 0x06000693 RID: 1683 RVA: 0x00018608 File Offset: 0x00016808
9
protected
X509Extension
()
10
{
11
}
12
13
// Token: 0x06000694 RID: 1684 RVA: 0x0001861C File Offset: 0x0001681C
14
public
X509Extension
(
string
oid,
byte
[]
rawData
,
bool
critical
)
15
:
base
(oid,
rawData
)
16
{
17
}
18
19
// Token: 0x1700016C RID: 364
20
// (get) Token: 0x06000695 RID: 1685 RVA: 0x00018634 File Offset: 0x00016834
21
// (set) Token: 0x06000696 RID: 1686 RVA: 0x00018648 File Offset: 0x00016848
22
public
bool
Critical
23
{
24
get
25
{
26
return
this.
_critical
;
27
}
28
set
29
{
30
}
31
}
32
33
// Token: 0x06000697 RID: 1687 RVA: 0x00018658 File Offset: 0x00016858
34
public
override
void
CopyFrom
(
AsnEncodedData
asnEncodedData
)
35
{
36
while
(
asnEncodedData
==
null
)
37
{
38
}
39
base
.CopyFrom(
asnEncodedData
);
40
}
41
42
// Token: 0x06000698 RID: 1688 RVA: 0x0001867C File Offset: 0x0001687C
43
internal
string
FormatUnkownData
(
byte
[] data)
44
{
45
for
(;;)
46
{
47
int
num = 1;
48
if
(data !=
null
&& num != 0)
49
{
50
return
;
51
}
52
}
53
}
54
55
// Token: 0x0400052B RID: 1323
56
private
bool
_critical
;
57
}
58
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.AsnEncodedData
Definition
AsnEncodedData.cs:10
System.Security.Cryptography.X509Certificates.X509Extension.FormatUnkownData
string FormatUnkownData(byte[] data)
Definition
X509Extension.cs:43
System.Security.Cryptography.X509Certificates.X509Extension.CopyFrom
override void CopyFrom(AsnEncodedData asnEncodedData)
Definition
X509Extension.cs:34
System.Security.Cryptography.X509Certificates.X509Extension.X509Extension
X509Extension()
Definition
X509Extension.cs:9
System.Security.Cryptography.X509Certificates.X509Extension.Critical
bool Critical
Definition
X509Extension.cs:23
System.Security.Cryptography.X509Certificates.X509Extension.X509Extension
X509Extension(string oid, byte[] rawData, bool critical)
Definition
X509Extension.cs:14
System.Security.Cryptography.X509Certificates.X509Extension._critical
bool _critical
Definition
X509Extension.cs:56
System.Security.Cryptography.X509Certificates.X509Extension
Definition
X509Extension.cs:7
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System
Definition
__ComObject.cs:4
source
System
Security
Cryptography
X509Certificates
X509Extension.cs
Generated by
1.10.0