ECDiffieHellmanOpenSsl.PublicKey 屬性

定義

取得公開金鑰,可讓其他 ECDiffieHellman 物件用來產生共用的密碼協議。

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

屬性值

與這個 ECDiffieHellmanOpenSsl 物件執行個體相關聯的公開金鑰。

適用於