<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.12" />

System.Security.Cryptography.CryptographicAttributeObject

public sealed class CryptographicAttributeObject
Contains a type and a collection of values associated with that type.
namespace System.Security.Cryptography { } namespace System.Security.Cryptography { public sealed class CryptographicAttributeObject { public Oid Oid { get; } public AsnEncodedDataCollection Values { get; } public CryptographicAttributeObject(Oid oid); public CryptographicAttributeObject(Oid oid, AsnEncodedDataCollection values); } }