ECDiffieHellman.PublicKey 屬性

定義

取得目前的 Elliptic Curve Diffie-Hellman (ECDH) 執行個體正在使用的公開金鑰。

public:
 abstract property System::Security::Cryptography::ECDiffieHellmanPublicKey ^ PublicKey { System::Security::Cryptography::ECDiffieHellmanPublicKey ^ get(); };
public abstract System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get; }
member this.PublicKey : System.Security.Cryptography.ECDiffieHellmanPublicKey
Public MustOverride ReadOnly Property PublicKey As ECDiffieHellmanPublicKey

屬性值

這個 ECDiffieHellman 執行個體正在使用的 ECDH 金鑰組的公開部分。

適用於