public RecipientKeyIdentifier(
Asn1OctetString subjectKeyIdentifier,
Asn1GeneralizedTime date,
OtherKeyAttribute other
)
Public Sub New (
subjectKeyIdentifier As Asn1OctetString,
date As Asn1GeneralizedTime,
other As OtherKeyAttribute
)
public:
RecipientKeyIdentifier(
Asn1OctetString^ subjectKeyIdentifier,
Asn1GeneralizedTime^ date,
OtherKeyAttribute^ other
)
Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier = function(subjectKeyIdentifier, date, other);