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

System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription

The Pkcs9DocumentDescription class defines the description of the content of a CMS/PKCS #7 message.
public string DocumentDescription { get; }

The DocumentDescription property retrieves the document description.

The #ctor constructor creates an instance of the Pkcs9DocumentDescription class.

public Pkcs9DocumentDescription(string documentDescription)

The #ctor constructor creates an instance of the Pkcs9DocumentDescription class by using the specified description of the content of a CMS/PKCS #7 message.

public Pkcs9DocumentDescription(byte[] encodedDocumentDescription)

The #ctor constructor creates an instance of the Pkcs9DocumentDescription class by using the specified array of byte values as the encoded description of the content of a CMS/PKCS #7 message.