X25519DiffieHellman.ImportPublicKey Método
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 | Descrição |
|---|---|
| ImportPublicKey(ReadOnlySpan<Byte>) | |
| ImportPublicKey(Byte[]) |
ImportPublicKey(ReadOnlySpan<Byte>)
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPublicKey(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPublicKey(ReadOnlySpan<byte> source);
static member ImportPublicKey : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPublicKey (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parâmetros
- source
- ReadOnlySpan<Byte>
Devoluções
Aplica-se a
ImportPublicKey(Byte[])
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPublicKey(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPublicKey(byte[] source);
static member ImportPublicKey : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPublicKey (source As Byte()) As X25519DiffieHellman
Parâmetros
- source
- Byte[]