<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />

CmsProcessable

public interface CmsProcessable
using System.IO; namespace Org.BouncyCastle.Cms { public interface CmsProcessable { void Write(Stream outStream); } }