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,18 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509
{
// Token: 0x02001EDA RID: 7898
[Token(Token = "0x2001EDA")]
public class CertPolicyID : DerObjectIdentifier
{
// Token: 0x0600C5F1 RID: 50673 RVA: 0x002CB640 File Offset: 0x002C9840
[Token(Token = "0x600C5F1")]
[Address(RVA = "0x2D880A0", Offset = "0x2D870A0", VA = "0x182D880A0")]
public CertPolicyID(string id)
: base(id)
{
}
}
}