ECDiffieHellman.PublicKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前的 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 金鑰組的公開部分。