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
X509RevocationMode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x020000FF RID: 255
6
public
enum
X509RevocationMode
7
{
8
// Token: 0x040004D3 RID: 1235
9
NoCheck
,
10
// Token: 0x040004D4 RID: 1236
11
Online
,
12
// Token: 0x040004D5 RID: 1237
13
Offline
14
}
15
}
System.Security.Cryptography.X509Certificates.X509RevocationMode
X509RevocationMode
Definition
X509RevocationMode.cs:7
System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck
@ NoCheck
System.Security.Cryptography.X509Certificates.X509RevocationMode.Online
@ Online
System.Security.Cryptography.X509Certificates.X509RevocationMode.Offline
@ Offline
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System
Definition
__ComObject.cs:4
source
System
Security
Cryptography
X509Certificates
X509RevocationMode.cs
Generated by
1.10.0