scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x02001794 RID: 6036
|
||||
[Token(Token = "0x2001794")]
|
||||
[StructLayout(3)]
|
||||
public interface Asn1SequenceParser : IAsn1Convertible
|
||||
{
|
||||
// Token: 0x0600A2FE RID: 41726
|
||||
[Token(Token = "0x600A2FE")]
|
||||
[Address(Slot = "0")]
|
||||
IAsn1Convertible ReadObject();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user