The properties of System.Security.Cryptography.Pkcs.KeyTransRecipientInfo are listed below. For a list of all members, see the KeyTransRecipientInfo Members list.
See Also: Inherited members from System.Security.Cryptography.Pkcs.RecipientInfo
| [read-only] override | EncryptedKey | byte[].
The KeyTransRecipientInfo.EncryptedKey property retrieves the encrypted key for this key transport recipient. |
| [read-only] override | KeyEncryptionAlgorithm | AlgorithmIdentifier.
The KeyTransRecipientInfo.KeyEncryptionAlgorithm property retrieves the key encryption algorithm used to encrypt the content encryption key. |
| [read-only] override | RecipientIdentifier | SubjectIdentifier.
The KeyTransRecipientInfo.RecipientIdentifier property retrieves the subject identifier associated with the encrypted content. |
| [read-only] override | Version | int.
The KeyTransRecipientInfo.Version property retrieves the version of the key transport recipient. The version of the key transport recipient is automatically set for objects in this class, and the value implies that the recipient is taking part in a key transport algorithm. |