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
X509ChainElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x0200010F RID: 271
6
public
class
X509ChainElement
7
{
8
// Token: 0x06000636 RID: 1590 RVA: 0x00017450 File Offset: 0x00015650
9
internal
X509ChainElement
(
X509Certificate2
certificate
)
10
{
11
this.certificate
=
certificate
;
12
}
13
14
// Token: 0x1700014F RID: 335
15
// (get) Token: 0x06000637 RID: 1591 RVA: 0x0001746C File Offset: 0x0001566C
16
public
X509Certificate2
Certificate
17
{
18
get
19
{
20
return
this.
certificate
;
21
}
22
}
23
24
// Token: 0x17000150 RID: 336
25
// (get) Token: 0x06000638 RID: 1592 RVA: 0x00017480 File Offset: 0x00015680
26
public
X509ChainStatus
[]
ChainElementStatus
27
{
28
get
29
{
30
return
this.
status
;
31
}
32
}
33
34
// Token: 0x17000151 RID: 337
35
// (get) Token: 0x06000639 RID: 1593 RVA: 0x00017494 File Offset: 0x00015694
36
// (set) Token: 0x0600063A RID: 1594 RVA: 0x000174A8 File Offset: 0x000156A8
37
internal
X509ChainStatusFlags
StatusFlags
38
{
39
get
40
{
41
return
this.
compressed_status_flags
;
42
}
43
set
44
{
45
this.compressed_status_flags
=
value
;
46
}
47
}
48
49
// Token: 0x0600063B RID: 1595 RVA: 0x000174BC File Offset: 0x000156BC
50
private
int
Count
(
X509ChainStatusFlags
flags)
51
{
52
}
53
54
// Token: 0x0600063C RID: 1596 RVA: 0x000174CC File Offset: 0x000156CC
55
private
void
Set
(
X509ChainStatus
[]
status
,
int
position,
X509ChainStatusFlags
flags,
X509ChainStatusFlags
mask)
56
{
57
string
information
=
X509ChainStatus
.
GetInformation
(mask);
58
}
59
60
// Token: 0x0600063D RID: 1597 RVA: 0x000174E4 File Offset: 0x000156E4
61
internal
void
UncompressFlags
()
62
{
63
if
(this.
compressed_status_flags
!=
X509ChainStatusFlags
.NoError)
64
{
65
X509Certificate2
x509Certificate = this.
certificate
;
66
return
;
67
}
68
}
69
70
// Token: 0x04000508 RID: 1288
71
private
X509Certificate2
certificate
;
72
73
// Token: 0x04000509 RID: 1289
74
private
X509ChainStatus
[]
status
;
75
76
// Token: 0x0400050A RID: 1290
77
private
string
info
;
78
79
// Token: 0x0400050B RID: 1291
80
private
X509ChainStatusFlags
compressed_status_flags
;
81
}
82
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.X509Certificates.X509Certificate2
Definition
X509Certificate2.cs:11
System.Security.Cryptography.X509Certificates.X509ChainElement.info
string info
Definition
X509ChainElement.cs:77
System.Security.Cryptography.X509Certificates.X509ChainElement.ChainElementStatus
X509ChainStatus[] ChainElementStatus
Definition
X509ChainElement.cs:27
System.Security.Cryptography.X509Certificates.X509ChainElement.StatusFlags
X509ChainStatusFlags StatusFlags
Definition
X509ChainElement.cs:38
System.Security.Cryptography.X509Certificates.X509ChainElement.UncompressFlags
void UncompressFlags()
Definition
X509ChainElement.cs:61
System.Security.Cryptography.X509Certificates.X509ChainElement.certificate
X509Certificate2 certificate
Definition
X509ChainElement.cs:71
System.Security.Cryptography.X509Certificates.X509ChainElement.compressed_status_flags
X509ChainStatusFlags compressed_status_flags
Definition
X509ChainElement.cs:80
System.Security.Cryptography.X509Certificates.X509ChainElement.status
X509ChainStatus[] status
Definition
X509ChainElement.cs:74
System.Security.Cryptography.X509Certificates.X509ChainElement.X509ChainElement
X509ChainElement(X509Certificate2 certificate)
Definition
X509ChainElement.cs:9
System.Security.Cryptography.X509Certificates.X509ChainElement.Set
void Set(X509ChainStatus[] status, int position, X509ChainStatusFlags flags, X509ChainStatusFlags mask)
Definition
X509ChainElement.cs:55
System.Security.Cryptography.X509Certificates.X509ChainElement.Count
int Count(X509ChainStatusFlags flags)
Definition
X509ChainElement.cs:50
System.Security.Cryptography.X509Certificates.X509ChainElement.Certificate
X509Certificate2 Certificate
Definition
X509ChainElement.cs:17
System.Security.Cryptography.X509Certificates.X509ChainElement
Definition
X509ChainElement.cs:7
System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
X509ChainStatusFlags
Definition
X509ChainStatusFlags.cs:8
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
System.Security.Cryptography.X509Certificates.X509ChainStatus.GetInformation
static string GetInformation(X509ChainStatusFlags flags)
Definition
X509ChainStatus.cs:43
System.Security.Cryptography.X509Certificates.X509ChainStatus
Definition
X509ChainStatus.cs:8
source
System
Security
Cryptography
X509Certificates
X509ChainElement.cs
Generated by
1.10.0