Język

ECDiffieHellmanPublicKey Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

Przeciążenia

Nazwa Opis
ECDiffieHellmanPublicKey()

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey(Byte[])
Przestarzałe.

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

ECDiffieHellmanPublicKey()

Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs

Inicjuje nowe wystąpienie klasy ECDiffieHellmanPublicKey.

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

Dotyczy

ECDiffieHellmanPublicKey(Byte[])

Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs
Źródło:
ECDiffieHellmanPublicKey.cs

Uwaga

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);
[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);
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}")>]
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
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

Parametr keyBlob ma wartość null.

Uwagi

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

Dotyczy