33 lines
940 B
C#
33 lines
940 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509
|
|
{
|
|
// Token: 0x0200184E RID: 6222
|
|
[Token(Token = "0x200184E")]
|
|
[StructLayout(3)]
|
|
public class X509Attributes
|
|
{
|
|
// Token: 0x0600A7CE RID: 42958 RVA: 0x00270BE4 File Offset: 0x0026EDE4
|
|
[Token(Token = "0x600A7CE")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
public X509Attributes()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600A7CF RID: 42959 RVA: 0x00270BF8 File Offset: 0x0026EDF8
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x600A7CF")]
|
|
[Address(RVA = "0x277A830", Offset = "0x2779230", VA = "0x18277A830")]
|
|
static X509Attributes()
|
|
{
|
|
DerObjectIdentifier derObjectIdentifier = new DerObjectIdentifier("2.5.4.72");
|
|
}
|
|
|
|
// Token: 0x04006CFF RID: 27903
|
|
[Token(Token = "0x4006CFF")]
|
|
public static readonly DerObjectIdentifier RoleSyntax;
|
|
}
|
|
}
|