Org.BouncyCastle.Asn1.Cms.OtherRevocationInfoFormat.OtherRevocationInfoFormat C# (CSharp) Method

OtherRevocationInfoFormat() private method

private OtherRevocationInfoFormat ( Asn1Sequence seq ) : System
seq Asn1Sequence
return System
        private OtherRevocationInfoFormat(Asn1Sequence seq)
        {
            otherRevInfoFormat = DerObjectIdentifier.GetInstance(seq[0]);
            otherRevInfo = seq[1];
        }

Same methods

OtherRevocationInfoFormat::OtherRevocationInfoFormat ( DerObjectIdentifier otherRevInfoFormat, Asn1Encodable otherRevInfo ) : System