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);
}
}