ECDiffieHellmanPublicKey Constructeurs

Définition

Surcharges

ECDiffieHellmanPublicKey()

Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey(Byte[])
Obsolète.

Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey()

Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey.

protected:
 ECDiffieHellmanPublicKey();
protected ECDiffieHellmanPublicKey ();
Protected Sub New ()

S’applique à

ECDiffieHellmanPublicKey(Byte[])

Attention

ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.

Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey.

protected:
 ECDiffieHellmanPublicKey(cli::array <System::Byte> ^ keyBlob);
protected ECDiffieHellmanPublicKey (byte[] keyBlob);
[System.Obsolete("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ECDiffieHellmanPublicKey (byte[] keyBlob);
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
[<System.Obsolete("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
Protected Sub New (keyBlob As Byte())

Paramètres

keyBlob
Byte[]

Tableau d'octets qui représente un objet ECDiffieHellmanPublicKey.

Attributs

Exceptions

keyBlob a la valeur null.

Remarques

Ce constructeur est appelé par les classes qui dérivent de la ECDiffieHellmanPublicKey classe. La ECDiffieHellmanCngPublicKey classe est la seule implémentation actuellement prise en charge.

S’applique à