Creates a new instance of KeyTransRecipientInfo that defines the key transport recipient information for the owner of the specified RSA certificate. Use KeyTransRecipientInfo(Certificate, EncryptionParameters) to specify RSAES-OAEP parameters.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	recipientCertificate As Certificate _
)
C#
public KeyTransRecipientInfo(
	Certificate recipientCertificate
)

Parameters

recipientCertificate
Type: Rebex.Security.Certificates..::..Certificate
The recipient's certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also