共用方式為


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

用來執行金鑰協議的演算法的值。

適用於

另請參閱