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
X509KeyStorageFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography.X509Certificates
4
{
5
// Token: 0x02000321 RID: 801
6
[Flags]
7
public
enum
X509KeyStorageFlags
8
{
9
// Token: 0x04000DCE RID: 3534
10
DefaultKeySet
= 0,
11
// Token: 0x04000DCF RID: 3535
12
UserKeySet
= 1,
13
// Token: 0x04000DD0 RID: 3536
14
MachineKeySet
= 2,
15
// Token: 0x04000DD1 RID: 3537
16
Exportable
= 4,
17
// Token: 0x04000DD2 RID: 3538
18
UserProtected
= 8,
19
// Token: 0x04000DD3 RID: 3539
20
PersistKeySet
= 16,
21
// Token: 0x04000DD4 RID: 3540
22
EphemeralKeySet
= 32
23
}
24
}
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags
X509KeyStorageFlags
Definition
X509KeyStorageFlags.cs:8
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.UserKeySet
@ UserKeySet
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet
@ DefaultKeySet
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.EphemeralKeySet
@ EphemeralKeySet
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.Exportable
@ Exportable
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.PersistKeySet
@ PersistKeySet
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.UserProtected
@ UserProtected
System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.MachineKeySet
@ MachineKeySet
System.Security.Cryptography.X509Certificates
Definition
X509Certificate.cs:9
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
X509Certificates
X509KeyStorageFlags.cs
Generated by
1.10.0