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

用于执行密钥协议的算法的值。

适用于

另请参阅