Org.BouncyCastle.Asn1.Cms.OtherRevocationInfoFormat.OtherRevocationInfoFormat C# (CSharp) Méthode

OtherRevocationInfoFormat() private méthode

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

Same methods

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