m
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x02001C5C RID: 7260
|
||||
[Token(Token = "0x2001C5C")]
|
||||
public class TlsFatalAlertReceived : TlsException
|
||||
{
|
||||
// Token: 0x0600B2E4 RID: 45796 RVA: 0x0026A630 File Offset: 0x00268830
|
||||
[Token(Token = "0x600B2E4")]
|
||||
[Address(RVA = "0x4A96E0", Offset = "0x4A86E0", VA = "0x1804A96E0")]
|
||||
public TlsFatalAlertReceived(byte alertDescription)
|
||||
{
|
||||
string text = BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AlertDescription.GetText(alertDescription);
|
||||
int num = 0;
|
||||
base..ctor(text, num);
|
||||
this.alertDescription = alertDescription;
|
||||
}
|
||||
|
||||
// Token: 0x17001C52 RID: 7250
|
||||
// (get) Token: 0x0600B2E5 RID: 45797 RVA: 0x0026A658 File Offset: 0x00268858
|
||||
[Token(Token = "0x17001C52")]
|
||||
public virtual byte AlertDescription
|
||||
{
|
||||
[Token(Token = "0x600B2E5")]
|
||||
[Address(RVA = "0x4A9720", Offset = "0x4A8720", VA = "0x1804A9720", Slot = "12")]
|
||||
get
|
||||
{
|
||||
return this.alertDescription;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040071D5 RID: 29141
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x40071D5")]
|
||||
private readonly byte alertDescription;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user