terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
OpenFlags.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Security.Cryptography.X509Certificates
5
{
6
[Flags]
7
[global::Cpp2ILInjected.Token(Token =
"0x20000F6"
)]
8
public
enum
OpenFlags
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x4000475"
)]
11
ReadOnly
= 0,
12
[global::Cpp2ILInjected.Token(Token =
"0x4000476"
)]
13
ReadWrite
= 1,
14
[global::Cpp2ILInjected.Token(Token =
"0x4000477"
)]
15
MaxAllowed
= 2,
16
[global::Cpp2ILInjected.Token(Token =
"0x4000478"
)]
17
OpenExistingOnly
= 4,
18
[global::Cpp2ILInjected.Token(Token =
"0x4000479"
)]
19
IncludeArchived
= 8
20
}
21
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Security.Cryptography.X509Certificates.OpenFlags
OpenFlags
Definition
OpenFlags.cs:9
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:12
System
Definition
__Il2CppComDelegate.cs:6
source
System
Security
Cryptography
X509Certificates
OpenFlags.cs
Generated by
1.10.0