KeyAgreeRecipientInfo.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

Значение алгоритма, с помощью которого осуществляется согласование ключей.

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

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