X25519DiffieHellman.ImportFromPem 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 |
|---|---|
| ImportFromPem(ReadOnlySpan<Char>) | |
| ImportFromPem(String) |
ImportFromPem(ReadOnlySpan<Char>)
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromPem(ReadOnlySpan<char> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromPem(ReadOnlySpan<char> source);
static member ImportFromPem : ReadOnlySpan<char> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromPem (source As ReadOnlySpan(Of Char)) As X25519DiffieHellman
Parâmetros
- source
- ReadOnlySpan<Char>
Devoluções
Aplica-se a
ImportFromPem(String)
- Origem:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromPem(System::String ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromPem(string source);
static member ImportFromPem : string -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromPem (source As String) As X25519DiffieHellman
Parâmetros
- source
- String