ECDiffieHellmanPublicKey Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ECDiffieHellmanPublicKey() |
Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey. |
ECDiffieHellmanPublicKey(Byte[]) |
Obsolète.
Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey. |
ECDiffieHellmanPublicKey()
- Source:
- ECDiffieHellmanPublicKey.cs
- Source:
- ECDiffieHellmanPublicKey.cs
- Source:
- ECDiffieHellmanPublicKey.cs
Initialise une nouvelle instance de la classe ECDiffieHellmanPublicKey.
protected:
ECDiffieHellmanPublicKey();
protected ECDiffieHellmanPublicKey ();
Protected Sub New ()
S’applique à
ECDiffieHellmanPublicKey(Byte[])
- Source:
- ECDiffieHellmanPublicKey.cs
- Source:
- ECDiffieHellmanPublicKey.cs
- Source:
- ECDiffieHellmanPublicKey.cs
Attention
ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.
Initialise une nouvelle instance de la classe 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())
Paramètres
- keyBlob
- Byte[]
Tableau d'octets qui représente un objet ECDiffieHellmanPublicKey.
- Attributs
Exceptions
keyBlob
a la valeur null
.
Remarques
Ce constructeur est appelé par les classes qui dérivent de la ECDiffieHellmanPublicKey classe . La ECDiffieHellmanCngPublicKey classe est la seule implémentation actuellement prise en charge.