using System; namespace Org.BouncyCastle.Tls { /// RFC 4680 public abstract class SupplementalDataType { /* * RFC 4681 */ public const int user_mapping_data = 0; } }