ECDiffieHellmanPublicKey Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ECDiffieHellmanPublicKey() |
Initierar en ny instans av ECDiffieHellmanPublicKey klassen. |
| ECDiffieHellmanPublicKey(Byte[]) |
Föråldrad.
Initierar en ny instans av ECDiffieHellmanPublicKey klassen. |
ECDiffieHellmanPublicKey()
Initierar en ny instans av ECDiffieHellmanPublicKey klassen.
protected:
ECDiffieHellmanPublicKey();
protected ECDiffieHellmanPublicKey();
Protected Sub New ()
Gäller för
ECDiffieHellmanPublicKey(Byte[])
Varning
ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.
Initierar en ny instans av ECDiffieHellmanPublicKey klassen.
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())
Parametrar
- keyBlob
- Byte[]
En bytematris som representerar ett ECDiffieHellmanPublicKey objekt.
- Attribut
Undantag
keyBlob är null.
Kommentarer
Den här konstruktorn anropas av klasser som härleds ECDiffieHellmanPublicKey från klassen. Klassen ECDiffieHellmanCngPublicKey är den enda implementering som stöds för närvarande.