RecipientInfo Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Represents a CMS/PKCS #7 encrypted message recipient. This class is inherited by KeyAgreeRecipientInfo and KeyTransRecipientInfo classes.
Syntax
public abstract class RecipientInfoInherited Members
Properties
| Name | Description | 
|---|---|
| Certificate | Gets the certificate associated with the recipient, or null if not available. | 
| CertificateChain | Gets the certificate chain associated with the recipient, or null if not available. | 
| EncryptedKey | Gets the encrypted key for the recipient. | 
| KeyEncryptionAlgorithm | Gets the identifier of the algorithm used to encrypt the symmetric key. | 
| RecipientIdentifier | Gets the identifier of the recipient. | 
Methods
| Name | Description | 
|---|---|
| GetEncryptionParameters() | Gets signature parameters (if available). |