X25519DiffieHellman.ImportFromPem Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ImportFromPem(ReadOnlySpan<Char>) | |
| ImportFromPem(String) |
ImportFromPem(ReadOnlySpan<Char>)
- Origine:
- 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
Parametri
- source
- ReadOnlySpan<Char>
Valori restituiti
Si applica a
ImportFromPem(String)
- Origine:
- 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
Parametri
- source
- String