ECDiffieHellmanPublicKey Konstruktory

Definicja

Przeciążenia

ECDiffieHellmanPublicKey()

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey(Byte[])
Nieaktualne.

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey()

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

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

Dotyczy

ECDiffieHellmanPublicKey(Byte[])

Przestroga

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

Inicjuje nowe wystąpienie klasy 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())

Parametry

keyBlob
Byte[]

Tablica bajtów reprezentująca ECDiffieHellmanPublicKey obiekt.

Atrybuty

Wyjątki

keyBlob to null.

Uwagi

Ten konstruktor jest wywoływany przez klasy pochodzące z ECDiffieHellmanPublicKey klasy. Klasa ECDiffieHellmanCngPublicKey jest jedyną obecnie obsługiwaną implementacją.

Dotyczy