RecipientInfo.KeyEncryptionAlgorithm 属性

定义

KeyEncryptionAlgorithm抽象属性检索用于执行键建立的算法。

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

属性值

一个 AlgorithmIdentifier 对象,该对象包含用于在 CMS/PKCS #7 消息的发起方和收件人之间建立密钥的算法的值。

注解

这是一个被和KeyAgreeRecipientInfo重写的KeyTransRecipientInfo抽象属性。

适用于

另请参阅