ECDiffieHellmanPublicKey Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| ECDiffieHellmanPublicKey() |
Inicializa uma nova instância da ECDiffieHellmanPublicKey classe. |
| ECDiffieHellmanPublicKey(Byte[]) |
Obsoleto.
Inicializa uma nova instância da ECDiffieHellmanPublicKey classe. |
ECDiffieHellmanPublicKey()
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
Inicializa uma nova instância da ECDiffieHellmanPublicKey classe.
protected:
ECDiffieHellmanPublicKey();
protected ECDiffieHellmanPublicKey();
Protected Sub New ()
Aplica-se a
ECDiffieHellmanPublicKey(Byte[])
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
- Origem:
- ECDiffieHellmanPublicKey.cs
Atenção
ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.
Inicializa uma nova instância da ECDiffieHellmanPublicKey classe.
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())
Parâmetros
- keyBlob
- Byte[]
Um array de bytes que representa um ECDiffieHellmanPublicKey objeto.
- Atributos
Exceções
keyBlob é null.
Observações
Este construtor é chamado por classes que derivam da ECDiffieHellmanPublicKey classe. A ECDiffieHellmanCngPublicKey classe é a única implementação atualmente suportada.