RecipientInfo.KeyEncryptionAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 消息的发信方和收件人之间建立密钥的算法的值。
注解
这是由 和 KeyTransRecipientInfo替代的KeyAgreeRecipientInfo抽象属性。