KeyTransRecipientInfo.KeyEncryptionAlgorithm Свойство

Определение

Свойство KeyEncryptionAlgorithm возвращает алгоритм шифрования ключа, с помощью которого шифруется ключ шифрования содержимого.

public:
 virtual property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ KeyEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public override System.Security.Cryptography.Pkcs.AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
member this.KeyEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public Overrides ReadOnly Property KeyEncryptionAlgorithm As AlgorithmIdentifier

Значение свойства

Объект AlgorithmIdentifier , в котором хранится идентификатор алгоритма шифрования ключей.

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

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