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 File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Security
 
namespace  System.Security.Cryptography
 

Enumerations

enum  System.Security.Cryptography.CspProviderFlags {
  System.Security.Cryptography.NoFlags = 0 , System.Security.Cryptography.UseMachineKeyStore = 1 , System.Security.Cryptography.UseDefaultKeyContainer = 2 , System.Security.Cryptography.UseNonExportableKey = 4 ,
  System.Security.Cryptography.UseExistingKey = 8 , System.Security.Cryptography.UseArchivableKey = 16 , System.Security.Cryptography.UseUserProtectedKey = 32 , System.Security.Cryptography.NoPrompt = 64 ,
  System.Security.Cryptography.CreateEphemeralKey = 128
}