<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.4.26230.115" />

System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription

The Pkcs9DocumentDescription class defines the description of the content of a CMS/PKCS #7 message.
namespace System.Security.Cryptography.Pkcs { public sealed class Pkcs9DocumentDescription : Pkcs9AttributeObject { public string DocumentDescription { get; } public Pkcs9DocumentDescription(); public Pkcs9DocumentDescription(string documentDescription); public Pkcs9DocumentDescription(byte[] encodedDocumentDescription); } }