scripts
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x020017B2 RID: 6066
|
||||
[Token(Token = "0x20017B2")]
|
||||
[StructLayout(3)]
|
||||
public class BerApplicationSpecific : DerApplicationSpecific
|
||||
{
|
||||
// Token: 0x0600A3A7 RID: 41895 RVA: 0x00261780 File Offset: 0x0025F980
|
||||
[Token(Token = "0x600A3A7")]
|
||||
[Address(RVA = "0x267C040", Offset = "0x267AA40", VA = "0x18267C040")]
|
||||
public BerApplicationSpecific(int tagNo, Asn1EncodableVector vec)
|
||||
: base(tagNo, vec)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user