ECDiffieHellman.PublicKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the public key that is being used by the current Elliptic Curve Diffie-Hellman (ECDH) instance.
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
Property Value
The public part of the ECDH key pair that is being used by this ECDiffieHellman instance.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.