<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.3.26207.106" />

System.Security.Cryptography.CryptographicAttributeObject

public sealed class CryptographicAttributeObject
Contains a type and a collection of values associated with that type.
public Oid Oid { get; }

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

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

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

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.