Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue.InfoTypeAndValue C# (CSharp) Method

InfoTypeAndValue() public method

public InfoTypeAndValue ( DerObjectIdentifier infoType, Asn1Encodable optionalValue ) : System
infoType DerObjectIdentifier
optionalValue Asn1Encodable
return System
        public InfoTypeAndValue(
            DerObjectIdentifier infoType,
            Asn1Encodable       optionalValue)
        {
            this.infoType = infoType;
            this.infoValue = optionalValue;
        }

Same methods

InfoTypeAndValue::InfoTypeAndValue ( Asn1Sequence seq ) : System
InfoTypeAndValue::InfoTypeAndValue ( DerObjectIdentifier infoType ) : System