<PackageReference Include="BouncyCastle.Cryptography" Version="2.1.1" />

AttributeTable

public class AttributeTable
public int Count { get; }

public Attribute this[DerObjectIdentifier oid] { get; }

Return the first attribute matching the given OBJECT IDENTIFIER

public AttributeTable(Attributes attrs)

public AttributeTable Add(Attribute[] attributes)