Initializes a new instance of the RecipientEncryptedKey class

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public RecipientEncryptedKey(
	KeyAgreeRecipientIdentifier id,
	Asn1OctetString encryptedKey
)
Visual Basic
Public Sub New ( _
	id As KeyAgreeRecipientIdentifier, _
	encryptedKey As Asn1OctetString _
)
Visual C++
public:
RecipientEncryptedKey(
	KeyAgreeRecipientIdentifier^ id, 
	Asn1OctetString^ encryptedKey
)

Collapse imageSee Also