CryptographicAttributeObject Class

Definition

Contains a type and a collection of values associated with that type.

public ref class CryptographicAttributeObject sealed
public sealed class CryptographicAttributeObject
type CryptographicAttributeObject = class
Public NotInheritable Class CryptographicAttributeObject
Inheritance
CryptographicAttributeObject

Remarks

This class corresponds to an ASN.1 structure defined in the Cryptographic Message Syntax standards specification.

Constructors

CryptographicAttributeObject(Oid)

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object and the set of values associated with that attribute represented by the specified AsnEncodedDataCollection collection.

Properties

Oid

Gets the Oid object that specifies the object identifier for the attribute.

Values

Gets the AsnEncodedDataCollection collection that contains the set of values that are associated with the attribute.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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