RecipientInfo Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
Represents a CMS/PKCS #7 encrypted message recipient.
This class is inherited by Key
Syntax
public abstract class RecipientInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| Certificate | Gets the certificate associated with the recipient, or null if not available. |
|
Certificate |
Gets the certificate chain associated with the recipient, or null if not available. |
|
Encrypted |
Gets the encrypted key for the recipient. |
|
Key |
Gets the identifier of the algorithm used to encrypt the symmetric key. |
|
Recipient |
Gets the identifier of the recipient. |
Methods
| Name | Description |
|---|---|
|
Get |
Gets signature parameters (if available). |