CryptographicAttributeObject Class
Contains a type and a collection of values associated with that type.
Assembly: System.Security (in System.Security.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class corresponds to an ASN.1 structure defined in the Cryptographic Message Syntax standards specification.
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.

