X25519DiffieHellman.ImportPublicKey Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ImportPublicKey(ReadOnlySpan<Byte>) | |
| ImportPublicKey(Byte[]) |
ImportPublicKey(ReadOnlySpan<Byte>)
- Source:
- 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>
Devoluciones
Se aplica a
ImportPublicKey(Byte[])
- Source:
- 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[]