System.Security.Cryptography.Pkcs.Pkcs9DocumentName Members

The members of System.Security.Cryptography.Pkcs.Pkcs9DocumentName are listed below.

See Also: Inherited members from System.Security.Cryptography.Pkcs.Pkcs9AttributeObject

Public Constructors

The Pkcs9DocumentName.#ctor constructor creates an instance of the System.Security.Cryptography.Pkcs.Pkcs9DocumentName class.

The Pkcs9DocumentName.#ctor(Byte[]) constructor creates an instance of the System.Security.Cryptography.Pkcs.Pkcs9DocumentName class by using the specified array of byte values as the encoded name of the content of a CMS/PKCS #7 message.

The Pkcs9DocumentName.#ctor(string) constructor creates an instance of the System.Security.Cryptography.Pkcs.Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message.

Public Properties

[read-only]
DocumentNamestring.

The Pkcs9DocumentName.DocumentName property retrieves the document name.

Public Methods