X25519DiffieHellman.ImportFromPem Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ImportFromPem(ReadOnlySpan<Char>) | |
| ImportFromPem(String) |
ImportFromPem(ReadOnlySpan<Char>)
- Quelle:
- 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
Parameter
- source
- ReadOnlySpan<Char>
Gibt zurück
Gilt für:
ImportFromPem(String)
- Quelle:
- 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
Parameter
- source
- String