using System; using System.Runtime.InteropServices; using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime { // Token: 0x0200187C RID: 6268 [Token(Token = "0x200187C")] [StructLayout(3)] public abstract class SmimeAttributes { // Token: 0x0600A8F4 RID: 43252 RVA: 0x00276678 File Offset: 0x00274878 [Token(Token = "0x600A8F4")] [Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")] protected SmimeAttributes() { } // Token: 0x04006E0D RID: 28173 [Token(Token = "0x4006E0D")] public static readonly DerObjectIdentifier SmimeCapabilities = PkcsObjectIdentifiers.Pkcs9AtSmimeCapabilities; // Token: 0x04006E0E RID: 28174 [Token(Token = "0x4006E0E")] public static readonly DerObjectIdentifier EncrypKeyPref = PkcsObjectIdentifiers.IdAAEncrypKeyPref; } }