AttributeTypeAndValue public class AttributeTypeAndValue : Asn1Encodable Documentation Code public virtual DerObjectIdentifier Type { get; } public virtual Asn1Encodable Value { get; } public AttributeTypeAndValue(string oid, Asn1Encodable value) public AttributeTypeAndValue(DerObjectIdentifier type, Asn1Encodable value) public static AttributeTypeAndValue GetInstance(object obj)