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

namespace Mono.Security.Interface
{
public class AlertDescription // TypeDefIndex: 11421
{
	// Fields
	type#15466 value__;
	type#14196 CloseNotify;
	type#14196 UnexpectedMessage;
	type#14196 BadRecordMAC;
	type#14196 DecryptionFailed_RESERVED;
	type#14196 RecordOverflow;
	type#14196 DecompressionFailure;
	type#14196 HandshakeFailure;
	type#14196 NoCertificate_RESERVED;
	type#14196 BadCertificate;
	type#14196 UnsupportedCertificate;
	type#14196 CertificateRevoked;
	type#14196 CertificateExpired;
	type#14196 CertificateUnknown;
	type#14196 IlegalParameter;
	type#14196 UnknownCA;
	type#14196 AccessDenied;
	type#14196 DecodeError;
	type#14196 DecryptError;
	type#14196 ExportRestriction;
	type#14196 ProtocolVersion;
	type#14196 InsuficientSecurity;
	type#14196 InternalError;
	type#14196 UserCancelled;
	type#14196 NoRenegotiation;
	type#14196 UnsupportedExtension;
}
}
