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
CspProviderFlags.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x020002D1 RID: 721
7
[Flags]
8
[
ComVisible
(
true
)]
9
[
Serializable
]
10
public
enum
CspProviderFlags
11
{
12
// Token: 0x04000C92 RID: 3218
13
NoFlags
= 0,
14
// Token: 0x04000C93 RID: 3219
15
UseMachineKeyStore
= 1,
16
// Token: 0x04000C94 RID: 3220
17
UseDefaultKeyContainer
= 2,
18
// Token: 0x04000C95 RID: 3221
19
UseNonExportableKey
= 4,
20
// Token: 0x04000C96 RID: 3222
21
UseExistingKey
= 8,
22
// Token: 0x04000C97 RID: 3223
23
UseArchivableKey
= 16,
24
// Token: 0x04000C98 RID: 3224
25
UseUserProtectedKey
= 32,
26
// Token: 0x04000C99 RID: 3225
27
NoPrompt
= 64,
28
// Token: 0x04000C9A RID: 3226
29
CreateEphemeralKey
= 128
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography.CspProviderFlags
CspProviderFlags
Definition
CspProviderFlags.cs:11
System.Security.Cryptography.CspProviderFlags.NoPrompt
@ NoPrompt
System.Security.Cryptography.CspProviderFlags.UseDefaultKeyContainer
@ UseDefaultKeyContainer
System.Security.Cryptography.CspProviderFlags.UseArchivableKey
@ UseArchivableKey
System.Security.Cryptography.CspProviderFlags.UseUserProtectedKey
@ UseUserProtectedKey
System.Security.Cryptography.CspProviderFlags.UseNonExportableKey
@ UseNonExportableKey
System.Security.Cryptography.CspProviderFlags.NoFlags
@ NoFlags
System.Security.Cryptography.CspProviderFlags.UseExistingKey
@ UseExistingKey
System.Security.Cryptography.CspProviderFlags.UseMachineKeyStore
@ UseMachineKeyStore
System.Security.Cryptography.CspProviderFlags.CreateEphemeralKey
@ CreateEphemeralKey
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
CspProviderFlags.cs
Generated by
1.10.0