ECDiffieHellmanPublicKey Konstruktory

Definice

Přetížení

ECDiffieHellmanPublicKey()

Inicializuje novou instanci ECDiffieHellmanPublicKey třídy.

ECDiffieHellmanPublicKey(Byte[])
Zastaralé.

Inicializuje novou instanci ECDiffieHellmanPublicKey třídy.

ECDiffieHellmanPublicKey()

Inicializuje novou instanci ECDiffieHellmanPublicKey třídy.

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

Platí pro

ECDiffieHellmanPublicKey(Byte[])

Upozornění

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

Inicializuje novou instanci ECDiffieHellmanPublicKey třídy.

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())

Parametry

keyBlob
Byte[]

Bajtové pole, které představuje ECDiffieHellmanPublicKey objekt.

Atributy

Výjimky

keyBlob je null.

Poznámky

Tento konstruktor je volána třídami, které jsou odvozeny z ECDiffieHellmanPublicKey třídy. Třída ECDiffieHellmanCngPublicKey je jedinou aktuálně podporovanou implementací.

Platí pro