InfoTypeAndValue public class InfoTypeAndValue : Asn1Encodable Documentation Code public virtual DerObjectIdentifier InfoType { get; } public virtual Asn1Encodable InfoValue { get; } public InfoTypeAndValue(DerObjectIdentifier infoType) public InfoTypeAndValue(DerObjectIdentifier infoType, Asn1Encodable infoValue) public static InfoTypeAndValue GetInstance(object obj) public static InfoTypeAndValue GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static InfoTypeAndValue GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)