AttributeTable public class AttributeTable Documentation public int Count { get; } public Attribute this[DerObjectIdentifier oid] { get; } Return the first attribute matching the given OBJECT IDENTIFIER public AttributeTable(IDictionary<DerObjectIdentifier, object> attrs) public AttributeTable(Asn1EncodableVector v) public AttributeTable(Asn1Set s) public AttributeTable(Attributes attrs) public AttributeTable Add(Attribute[] attributes) public AttributeTable Add(DerObjectIdentifier attrType, Asn1Encodable attrValue) public Asn1EncodableVector GetAll(DerObjectIdentifier oid) public AttributeTable Remove(DerObjectIdentifier attrType) public Asn1EncodableVector ToAsn1EncodableVector() public Attributes ToAttributes() public IDictionary<DerObjectIdentifier, object> ToDictionary()