using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1 { // Token: 0x020017E1 RID: 6113 [Token(Token = "0x20017E1")] [StructLayout(3)] public interface IAsn1String { // Token: 0x0600A50C RID: 42252 [Token(Token = "0x600A50C")] [Address(Slot = "0")] string GetString(); } }