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

RecipientKeyIdentifier() public method

public RecipientKeyIdentifier ( Asn1OctetString subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System
subjectKeyIdentifier Org.BouncyCastle.Asn1.Asn1OctetString
date Org.BouncyCastle.Asn1.DerGeneralizedTime
other OtherKeyAttribute
return System
		public RecipientKeyIdentifier(
            Asn1OctetString         subjectKeyIdentifier,
            DerGeneralizedTime      date,
            OtherKeyAttribute       other)
        {
            this.subjectKeyIdentifier = subjectKeyIdentifier;
            this.date = date;
            this.other = other;
        }
		

Same methods

RecipientKeyIdentifier::RecipientKeyIdentifier ( Asn1Sequence seq ) : System
RecipientKeyIdentifier::RecipientKeyIdentifier ( byte subjectKeyIdentifier ) : System
RecipientKeyIdentifier::RecipientKeyIdentifier ( byte subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System