Files
2026-04-08 23:40:05 +02:00

36 lines
1.1 KiB
C#

using System;
using System.Collections;
using System.Runtime.InteropServices;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001791 RID: 6033
[Token(Token = "0x2001791")]
[StructLayout(3)]
public class SimpleAttributeTableGenerator : CmsAttributeTableGenerator
{
// Token: 0x0600A2F6 RID: 41718 RVA: 0x0025F6E0 File Offset: 0x0025D8E0
[Token(Token = "0x600A2F6")]
[Address(RVA = "0x3C3A30", Offset = "0x3C2430", VA = "0x1803C3A30")]
public SimpleAttributeTableGenerator(AttributeTable attributes)
{
this.attributes = attributes;
}
// Token: 0x0600A2F7 RID: 41719 RVA: 0x0025F6FC File Offset: 0x0025D8FC
[Token(Token = "0x600A2F7")]
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0", Slot = "5")]
public virtual AttributeTable GetAttributes(IDictionary parameters)
{
return this.attributes;
}
// Token: 0x04006B0F RID: 27407
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4006B0F")]
private readonly AttributeTable attributes;
}
}