public RecipientKeyIdentifier(
byte[] subjectKeyIdentifier,
Asn1GeneralizedTime date,
OtherKeyAttribute other
)
Public Sub New (
subjectKeyIdentifier As Byte(),
date As Asn1GeneralizedTime,
other As OtherKeyAttribute
)
public:
RecipientKeyIdentifier(
array<unsigned char>^ subjectKeyIdentifier,
Asn1GeneralizedTime^ date,
OtherKeyAttribute^ other
)
Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier = function(subjectKeyIdentifier, date, other);