Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Asn1/IAsn1Convertible.cs
T
2026-04-08 23:40:05 +02:00

18 lines
378 B
C#

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();
}
}