System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Represents an attribute used for CMS/PKCS #7 and PKCS #9 operations.
Gets an Oid object that represents the type of attribute associated with this Pkcs9AttributeObject object.
public Pkcs9AttributeObject()
Initializes a new instance of the Pkcs9AttributeObject class.
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.
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.
Initializes a new instance of the Pkcs9AttributeObject class using a specified AsnEncodedData object as its attribute type and value.