This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
// Token: 0x02001761 RID: 5985
[Token(Token = "0x2001761")]
[StructLayout(3)]
public interface CmsProcessable
{
// Token: 0x0600A1A1 RID: 41377
[Token(Token = "0x600A1A1")]
[Address(Slot = "0")]
void Write(Stream outStream);
// Token: 0x0600A1A2 RID: 41378
[Token(Token = "0x600A1A2")]
[Address(Slot = "1")]
[Obsolete]
object GetContent();
}
}