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