Defines key transport recipient information, typically using the RSA algorithm to encrypt the shared symmetric key to transport.

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

Syntax

Visual Basic
Public Class KeyTransRecipientInfo _
	Inherits RecipientInfo
C#
public class KeyTransRecipientInfo : RecipientInfo

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography.Pkcs..::..RecipientInfo
    Rebex.Security.Cryptography.Pkcs..::..KeyTransRecipientInfo

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also