RecipientInfo.KeyEncryptionAlgorithm Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The KeyEncryptionAlgorithm abstract property retrieves the algorithm used to perform the key establishment.
public:
 abstract property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ KeyEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
	public abstract System.Security.Cryptography.Pkcs.AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
	member this.KeyEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
	Public MustOverride ReadOnly Property KeyEncryptionAlgorithm As AlgorithmIdentifier
	Property Value
An AlgorithmIdentifier object that contains the value of the algorithm used to establish the key between the originator and recipient of the CMS/PKCS #7 message.
Remarks
This is an abstract property overridden by KeyAgreeRecipientInfo and KeyTransRecipientInfo.