scripts
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp
|
||||
{
|
||||
// Token: 0x020013E7 RID: 5095
|
||||
[Token(Token = "0x20013E7")]
|
||||
[StructLayout(3)]
|
||||
public abstract class CertificateStatus
|
||||
{
|
||||
// Token: 0x060081CE RID: 33230 RVA: 0x001B99BC File Offset: 0x001B7BBC
|
||||
[Token(Token = "0x60081CE")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected CertificateStatus()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060081CF RID: 33231 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x60081CF")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
|
||||
static CertificateStatus()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x04005BC5 RID: 23493
|
||||
[Token(Token = "0x4005BC5")]
|
||||
public static readonly CertificateStatus Good;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user