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

OtherKeyAttribute() public méthode

public OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
keyAttrId Org.BouncyCastle.Asn1.DerObjectIdentifier
keyAttr Org.BouncyCastle.Asn1.Asn1Encodable
Résultat System
		public OtherKeyAttribute(
            DerObjectIdentifier	keyAttrId,
            Asn1Encodable		keyAttr)
        {
            this.keyAttrId = keyAttrId;
            this.keyAttr = keyAttr;
        }

Same methods

OtherKeyAttribute::OtherKeyAttribute ( Asn1Sequence seq ) : System