// Assembly: Mono.Security
// Full name: Mono.Security.X509.X509ChainStatusFlags

namespace Mono.Security.X509
{
public class X509ChainStatusFlags // TypeDefIndex: 11385
{
	// Fields
	type#20890 value__;
	type#28905 InvalidBasicConstraints;
	type#28905 NoError;
	type#28905 NotSignatureValid;
	type#28905 NotTimeNested;
	type#28905 NotTimeValid;
	type#28905 PartialChain;
	type#28905 UntrustedRoot;
}
}
