// Assembly: mscorlib
// Full name: System.Security.Cryptography.CspProviderFlags

namespace System.Security.Cryptography
{
public class CspProviderFlags // TypeDefIndex: 4030
{
	// Fields
	type#20890 value__;
	type#16606 NoFlags;
	type#16606 UseMachineKeyStore;
	type#16606 UseDefaultKeyContainer;
	type#16606 UseNonExportableKey;
	type#16606 UseExistingKey;
	type#16606 UseArchivableKey;
	type#16606 UseUserProtectedKey;
	type#16606 NoPrompt;
	type#16606 CreateEphemeralKey;
}
}
