X25519DiffieHellman.ImportPrivateKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ImportPrivateKey(Byte[]) | |
| ImportPrivateKey(ReadOnlySpan<Byte>) |
ImportPrivateKey(Byte[])
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPrivateKey(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPrivateKey(byte[] source);
static member ImportPrivateKey : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPrivateKey (source As Byte()) As X25519DiffieHellman
Parâmetros
- source
- Byte[]
Retornos
Aplica-se a
ImportPrivateKey(ReadOnlySpan<Byte>)
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPrivateKey(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPrivateKey(ReadOnlySpan<byte> source);
static member ImportPrivateKey : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPrivateKey (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parâmetros
- source
- ReadOnlySpan<Byte>