ECDiffieHellmanPublicKey Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
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
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
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ą.