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.

Применяется к

См. также раздел