Attribute public class Attribute : Asn1Encodable Documentation Code public DerObjectIdentifier AttrType { get; } public Asn1Set AttrValues { get; } public Attribute(Asn1Sequence seq) public Attribute(DerObjectIdentifier attrType, Asn1Set attrValues) public static Attribute GetInstance(object obj) public static Attribute GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static Attribute GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)