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: 0x020017E0 RID: 6112
|
||||
[Token(Token = "0x20017E0")]
|
||||
[StructLayout(3)]
|
||||
public interface IAsn1Convertible
|
||||
{
|
||||
// Token: 0x0600A50B RID: 42251
|
||||
[Token(Token = "0x600A50B")]
|
||||
[Address(Slot = "0")]
|
||||
Asn1Object ToAsn1Object();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user