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

Attribute() public méthode

public Attribute ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Résultat System
		public Attribute(
            Asn1Sequence seq)
        {
            attrType = (DerObjectIdentifier)seq[0];
            attrValues = (Asn1Set)seq[1];
        }

Same methods

Attribute::Attribute ( DerObjectIdentifier attrType, Asn1Set attrValues ) : System