다음을 통해 공유


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 개체의 이 인스턴스에 연결된 공개 키입니다.

적용 대상