This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,30 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509
{
// Token: 0x02001F0B RID: 7947
[Token(Token = "0x2001F0B")]
public class X509Attributes
{
// Token: 0x0600C776 RID: 51062 RVA: 0x002D19BC File Offset: 0x002CFBBC
[Token(Token = "0x600C776")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public X509Attributes()
{
}
// Token: 0x0600C777 RID: 51063 RVA: 0x002D19D0 File Offset: 0x002CFBD0
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x600C777")]
[Address(RVA = "0x2E8DCD0", Offset = "0x2E8CCD0", VA = "0x182E8DCD0")]
static X509Attributes()
{
DerObjectIdentifier derObjectIdentifier = new DerObjectIdentifier("2.5.4.72");
}
// Token: 0x04007CFB RID: 31995
[Token(Token = "0x4007CFB")]
public static readonly DerObjectIdentifier RoleSyntax;
}
}