scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
|
||||
{
|
||||
// Token: 0x02001765 RID: 5989
|
||||
[Token(Token = "0x2001765")]
|
||||
[StructLayout(3)]
|
||||
public interface CmsReadable
|
||||
{
|
||||
// Token: 0x0600A1B1 RID: 41393
|
||||
[Token(Token = "0x600A1B1")]
|
||||
[Address(Slot = "0")]
|
||||
Stream GetInputStream();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user