System.Security.Cryptography.Pkcs.Pkcs9DocumentName
The Pkcs9DocumentName class defines the name of a CMS/PKCS #7 message.
The DocumentName property retrieves the document name.
public Pkcs9DocumentName()
The #ctor constructor creates an instance of the Pkcs9DocumentName class.
The #ctor constructor creates an instance of the Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message.
The #ctor constructor creates an instance of the Pkcs9DocumentName class by using the specified array of byte values as the encoded name of the content of a CMS/PKCS #7 message.