System.Security
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.RecipientInfo
This class does not have a public constructor; therefore, it cannot be publicly instantiated. It is a read-only class accessible from the property.
The class defines key transport recipient information. Key transport algorithms typically use the RSA algorithm, in which an originator establishes a shared cryptographic key with a recipient by generating that key and then transporting it to the recipient. This is in contrast to key agreement algorithms, in which the two parties that will be using a cryptographic key both take part in its generation, thereby mutually agreeing to that key.
Property
2.0.0.0
4.0.0.0
System.Byte[]
To be added.
To be added.
The property retrieves the encrypted key for this key transport recipient.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.AlgorithmIdentifier
To be added.
To be added.
The property retrieves the key encryption algorithm used to encrypt the content encryption key.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.SubjectIdentifier
To be added.
To be added.
The property retrieves the subject identifier associated with the encrypted content.
Property
2.0.0.0
4.0.0.0
System.Int32
To be added.
The version determines whether the message in which this is contained is a PKCS #7 message or a Cryptographic Message Syntax (CMS) message. CMS is a newer superset of PKCS #7.
The 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.