CryptographicAttributeObject 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.
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, 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. |
CryptographicAttributeObject(Oid) |
Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object. |
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) |