AttributeTypeAndValue public class AttributeTypeAndValue : Asn1Encodable Documentation Code public virtual DerObjectIdentifier Type { get; } public virtual Asn1Encodable Value { get; } public AttributeTypeAndValue(DerObjectIdentifier type, Asn1Encodable value) public static AttributeTypeAndValue GetInstance(object obj) public static AttributeTypeAndValue GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static AttributeTypeAndValue GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)