System.Security.Cryptography.Pkcs.KeyTransRecipientInfo Members

The members of System.Security.Cryptography.Pkcs.KeyTransRecipientInfo are listed below.

See Also: Inherited members from System.Security.Cryptography.Pkcs.RecipientInfo

Public Properties

[read-only]
override
EncryptedKeybyte[].

The KeyTransRecipientInfo.EncryptedKey property retrieves the encrypted key for this key transport recipient.

[read-only]
override
KeyEncryptionAlgorithmAlgorithmIdentifier.

The KeyTransRecipientInfo.KeyEncryptionAlgorithm property retrieves the key encryption algorithm used to encrypt the content encryption key.

[read-only]
override
RecipientIdentifierSubjectIdentifier.

The KeyTransRecipientInfo.RecipientIdentifier property retrieves the subject identifier associated with the encrypted content.

[read-only]
override
Versionint.

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.