Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Cms/SimpleAttributeTableGenerator.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

34 lines
1.0 KiB
C#

using System;
using System.Collections;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001E4E RID: 7758
[Token(Token = "0x2001E4E")]
public class SimpleAttributeTableGenerator : CmsAttributeTableGenerator
{
// Token: 0x0600C29E RID: 49822 RVA: 0x002C03EC File Offset: 0x002BE5EC
[Token(Token = "0x600C29E")]
[Address(RVA = "0x493D90", Offset = "0x492D90", VA = "0x180493D90")]
public SimpleAttributeTableGenerator(AttributeTable attributes)
{
this.attributes = attributes;
}
// Token: 0x0600C29F RID: 49823 RVA: 0x002C0408 File Offset: 0x002BE608
[Token(Token = "0x600C29F")]
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530", Slot = "5")]
public virtual AttributeTable GetAttributes(IDictionary parameters)
{
return this.attributes;
}
// Token: 0x04007B0B RID: 31499
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4007B0B")]
private readonly AttributeTable attributes;
}
}