scripts
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates
|
||||
{
|
||||
// Token: 0x020013E2 RID: 5090
|
||||
[Token(Token = "0x20013E2")]
|
||||
[Serializable]
|
||||
[StructLayout(3)]
|
||||
public class CrlException : GeneralSecurityException
|
||||
{
|
||||
// Token: 0x0600819C RID: 33180 RVA: 0x001B8EE4 File Offset: 0x001B70E4
|
||||
[Token(Token = "0x600819C")]
|
||||
[Address(RVA = "0x472680", Offset = "0x471080", VA = "0x180472680")]
|
||||
public CrlException()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600819D RID: 33181 RVA: 0x001B8EF8 File Offset: 0x001B70F8
|
||||
[Token(Token = "0x600819D")]
|
||||
[Address(RVA = "0x472760", Offset = "0x471160", VA = "0x180472760")]
|
||||
public CrlException(string msg)
|
||||
: base(msg)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600819E RID: 33182 RVA: 0x001B8F0C File Offset: 0x001B710C
|
||||
[Token(Token = "0x600819E")]
|
||||
[Address(RVA = "0x4726E0", Offset = "0x4710E0", VA = "0x1804726E0")]
|
||||
public CrlException(string msg, Exception e)
|
||||
: base(msg, e)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user