The KeyAgreeRecipientInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificate
Gets the certificate associated with the recipient, or null if not available.
(Overrides RecipientInfo..::..Certificate.)
Public propertySupported by the .NET Compact FrameworkCertificateChain
Gets the certificate chain associated with the recipient, or null if not available.
(Overrides RecipientInfo..::..CertificateChain.)
Public propertySupported by the .NET Compact FrameworkEncryptedKey
Gets the encrypted key for the recipient.
(Overrides RecipientInfo..::..EncryptedKey.)
Public propertySupported by the .NET Compact FrameworkKeyEncryptionAlgorithm
Gets the identifier of the algorithm used to encrypt the symmetric key.
(Overrides RecipientInfo..::..KeyEncryptionAlgorithm.)
Public propertySupported by the .NET Compact FrameworkOriginatorIdentifier
Gets the identifier of the key originator.
Public propertySupported by the .NET Compact FrameworkRecipientIdentifier
Gets the identifier of the recipient.
(Overrides RecipientInfo..::..RecipientIdentifier.)

See Also