// Assembly: Mono.Security
// Full name: Mono.Security.Interface.TlsProtocols

namespace Mono.Security.Interface
{
public class TlsProtocols // TypeDefIndex: 11435
{
	// Fields
	type#20890 value__;
	type#27496 Zero;
	type#27496 Tls10Client;
	type#27496 Tls10Server;
	type#27496 Tls10;
	type#27496 Tls11Client;
	type#27496 Tls11Server;
	type#27496 Tls11;
	type#27496 Tls12Client;
	type#27496 Tls12Server;
	type#27496 Tls12;
	type#27496 ClientMask;
	type#27496 ServerMask;
}
}
