31 lines
904 B
C#
31 lines
904 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp
|
|
{
|
|
// Token: 0x020019C4 RID: 6596
|
|
[Token(Token = "0x20019C4")]
|
|
public abstract class CertificateStatus
|
|
{
|
|
// Token: 0x06009DA8 RID: 40360 RVA: 0x00210F4C File Offset: 0x0020F14C
|
|
[Token(Token = "0x6009DA8")]
|
|
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
|
protected CertificateStatus()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06009DA9 RID: 40361 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6009DA9")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
|
|
static CertificateStatus()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x04006A08 RID: 27144
|
|
[Token(Token = "0x4006A08")]
|
|
public static readonly CertificateStatus Good;
|
|
}
|
|
}
|