RecipientInfo.KeyEncryptionAlgorithm Property

Definition

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.

Applies to

See also