Pkcs9AttributeObject Class

Definition

Represents an attribute used for CMS/PKCS #7 and PKCS #9 operations.

public ref class Pkcs9AttributeObject : System::Security::Cryptography::AsnEncodedData
public class Pkcs9AttributeObject : System.Security.Cryptography.AsnEncodedData
type Pkcs9AttributeObject = class
    inherit AsnEncodedData
Public Class Pkcs9AttributeObject
Inherits AsnEncodedData
Inheritance
Pkcs9AttributeObject
Derived

Remarks

A Pkcs9AttributeObject object can be thought of as a strongly typed AsnEncodedData object because of the addition of the Oid property.

Constructors

Pkcs9AttributeObject()

Initializes a new instance of the Pkcs9AttributeObject class.

Pkcs9AttributeObject(AsnEncodedData)

Initializes a new instance of the Pkcs9AttributeObject class using a specified AsnEncodedData object as its attribute type and value.

Pkcs9AttributeObject(Oid, Byte[])

Initializes a new instance of the Pkcs9AttributeObject class using a specified Oid object as the attribute type and a specified ASN.1 encoded data as the attribute value.

Pkcs9AttributeObject(String, Byte[])

Initializes a new instance of the Pkcs9AttributeObject class using a specified string representation of an object identifier (OID) as the attribute type and a specified ASN.1 encoded data as the attribute value.

Properties

Oid

Gets an Oid object that represents the type of attribute associated with this Pkcs9AttributeObject object.

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 a PKCS #9 attribute type and value for this Pkcs9AttributeObject from the specified 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