Pkcs9DocumentDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Pkcs9DocumentDescription class defines the description of the content of a CMS/PKCS #7 message.
public ref class Pkcs9DocumentDescription sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9DocumentDescription : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9DocumentDescription = class
inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9DocumentDescription
Inherits Pkcs9AttributeObject
- Inheritance
Constructors
Pkcs9DocumentDescription() |
The Pkcs9DocumentDescription() constructor creates an instance of the Pkcs9DocumentDescription class. |
Pkcs9DocumentDescription(Byte[]) |
The Pkcs9DocumentDescription(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. |
Properties
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) |
Methods
CopyFrom(AsnEncodedData) |
Copies information from an AsnEncodedData object. |
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |