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
OpenFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x020000F6 RID: 246
6
[Flags]
7
public
enum
OpenFlags
8
{
9
// Token: 0x04000475 RID: 1141
10
ReadOnly
= 0,
11
// Token: 0x04000476 RID: 1142
12
ReadWrite
= 1,
13
// Token: 0x04000477 RID: 1143
14
MaxAllowed
= 2,
15
// Token: 0x04000478 RID: 1144
16
OpenExistingOnly
= 4,
17
// Token: 0x04000479 RID: 1145
18
IncludeArchived
= 8
19
}
20
}
System.Security.Cryptography.X509Certificates.OpenFlags
OpenFlags
Definition
OpenFlags.cs:8
System.Security.Cryptography.X509Certificates.OpenFlags.ReadOnly
@ ReadOnly
System.Security.Cryptography.X509Certificates.OpenFlags.ReadWrite
@ ReadWrite
System.Security.Cryptography.X509Certificates.OpenFlags.MaxAllowed
@ MaxAllowed
System.Security.Cryptography.X509Certificates.OpenFlags.IncludeArchived
@ IncludeArchived
System.Security.Cryptography.X509Certificates.OpenFlags.OpenExistingOnly
@ OpenExistingOnly
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System
Definition
__ComObject.cs:4
source
System
Security
Cryptography
X509Certificates
OpenFlags.cs
Generated by
1.10.0