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

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

注解

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

适用于

另请参阅