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