Pkcs9DocumentDescription Class
The Pkcs9DocumentDescription class defines the description of the content of a CMS/PKCS #7 message.
Assembly: System.Security (in System.Security.dll)
System.Security.Cryptography::AsnEncodedData
System.Security.Cryptography.Pkcs::Pkcs9AttributeObject
System.Security.Cryptography.Pkcs::Pkcs9DocumentDescription
| Name | Description | |
|---|---|---|
![]() | Pkcs9DocumentDescription() | The Pkcs9DocumentDescription() constructor creates an instance of the Pkcs9DocumentDescription class. |
![]() | Pkcs9DocumentDescription(array<Byte>^) | The Pkcs9DocumentDescription(array<Byte>^) 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. |
![]() | Pkcs9DocumentDescription(String^) | The Pkcs9DocumentDescription(String^) constructor creates an instance of the Pkcs9DocumentDescription class by using the specified description of the content of a CMS/PKCS #7 message. |
| Name | Description | |
|---|---|---|
![]() | DocumentDescription | The DocumentDescription property retrieves the document description. |
![]() | Oid | Gets an Oid object that represents the type of attribute associated with this Pkcs9AttributeObject object.(Inherited from Pkcs9AttributeObject.) |
![]() | RawData | Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.(Inherited from AsnEncodedData.) |
| Name | Description | |
|---|---|---|
![]() | CopyFrom(AsnEncodedData^) | Copies information from an AsnEncodedData object.(Overrides Pkcs9AttributeObject::CopyFrom(AsnEncodedData^).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Format(Boolean) | Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.(Inherited from AsnEncodedData.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

