Share via


ECDiffieHellman.PublicKey Özellik

Tanım

Geçerli Üç Nokta Eğrisi Diffie-Hellman (ECDH) örneği tarafından kullanılan ortak anahtarı alır.

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

Özellik Değeri

Bu ECDiffieHellman örnek tarafından kullanılan ECDH anahtar çiftinin ortak bölümü.

Şunlara uygulanır