Represents a CMS/PKCS #7 encrypted message recipient. This class is inherited by KeyAgreeRecipientInfo and KeyTransRecipientInfo classes.

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

Syntax

Visual Basic
Public MustInherit Class RecipientInfo
C#
public abstract class RecipientInfo

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also