System.Security
2.0.0.0
4.0.0.0
System.Object
This is an abstract class that cannot be instantiated. It is inherited by the and classes.
The class represents information about a CMS/PKCS #7 message recipient. The class is an abstract class inherited by the and classes.
Property
2.0.0.0
4.0.0.0
System.Byte[]
To be added.
This is an abstract property overridden by and .
The abstract property retrieves the encrypted recipient keying material.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.AlgorithmIdentifier
To be added.
This is an abstract property overridden by and .
The abstract property retrieves the algorithm used to perform the key establishment.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.SubjectIdentifier
To be added.
This is an abstract property overridden by and .
The abstract property retrieves the identifier of the recipient.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Pkcs.RecipientInfoType
To be added.
To be added.
The property retrieves the type of the recipient. The type of the recipient determines which of two major protocols is used to establish a key between the originator and the recipient of a CMS/PKCS #7 message.
Property
2.0.0.0
4.0.0.0
System.Int32
To be added.
This is an abstract property overridden by and .
The version determines whether the message is a PKCS #7 message or a CMS message. CMS is a newer superset of PKCS #7.
The abstract property retrieves the version of the recipient information. Derived classes automatically set this property for their objects, and the value indicates whether it is using PKCS #7 or Cryptographic Message Syntax (CMS) to protect messages. The version also implies whether the object establishes a cryptographic key by a key agreement algorithm or a key transport algorithm.