Pkcs9DocumentName Class

Definition

The Pkcs9DocumentName class defines the name of a CMS/PKCS #7 message.

public ref class Pkcs9DocumentName sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9DocumentName : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9DocumentName = class
    inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9DocumentName
Inherits Pkcs9AttributeObject
Inheritance

Constructors

Pkcs9DocumentName()

The Pkcs9DocumentName() constructor creates an instance of the Pkcs9DocumentName class.

Pkcs9DocumentName(Byte[])

The Pkcs9DocumentName(Byte[]) 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.

Pkcs9DocumentName(String)

The Pkcs9DocumentName(String) constructor creates an instance of the Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message.

Properties

DocumentName

The DocumentName property retrieves the document name.

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)

Applies to

See also