// Assembly: mscorlib
// Full name: System.Security.Cryptography.X509Certificates.X509KeyStorageFlags

namespace System.Security.Cryptography.X509Certificates
{
public class X509KeyStorageFlags // TypeDefIndex: 4099
{
	// Fields
	type#20890 value__;
	type#28925 DefaultKeySet;
	type#28925 UserKeySet;
	type#28925 MachineKeySet;
	type#28925 Exportable;
	type#28925 UserProtected;
	type#28925 PersistKeySet;
	type#28925 EphemeralKeySet;
}
}
