Initializes a new instance of the RecipientKeyIdentifier class
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public RecipientKeyIdentifier( Asn1OctetString subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other )  | 
| Visual Basic | 
|---|
Public Sub New ( _ subjectKeyIdentifier As Asn1OctetString, _ date As DerGeneralizedTime, _ other As OtherKeyAttribute _ )  | 
| Visual C++ | 
|---|
public: RecipientKeyIdentifier( Asn1OctetString^ subjectKeyIdentifier, DerGeneralizedTime^ date, OtherKeyAttribute^ other )  | 
Parameters
- subjectKeyIdentifier
 - Type: Org.BouncyCastle.Asn1..::..Asn1OctetString