X25519DiffieHellman.ImportFromEncryptedPem Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromEncryptedPem(ReadOnlySpan<char> source, ReadOnlySpan<System::Byte> passwordBytes);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromEncryptedPem(ReadOnlySpan<char> source, ReadOnlySpan<byte> passwordBytes);
static member ImportFromEncryptedPem : ReadOnlySpan<char> * ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromEncryptedPem (source As ReadOnlySpan(Of Char), passwordBytes As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parameters
- source
- ReadOnlySpan<Char>
- passwordBytes
- ReadOnlySpan<Byte>
Retouren
Van toepassing op
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromEncryptedPem(ReadOnlySpan<char> source, ReadOnlySpan<char> password);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromEncryptedPem(ReadOnlySpan<char> source, ReadOnlySpan<char> password);
static member ImportFromEncryptedPem : ReadOnlySpan<char> * ReadOnlySpan<char> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromEncryptedPem (source As ReadOnlySpan(Of Char), password As ReadOnlySpan(Of Char)) As X25519DiffieHellman
Parameters
- source
- ReadOnlySpan<Char>
- password
- ReadOnlySpan<Char>
Retouren
Van toepassing op
ImportFromEncryptedPem(String, Byte[])
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromEncryptedPem(System::String ^ source, cli::array <System::Byte> ^ passwordBytes);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromEncryptedPem(string source, byte[] passwordBytes);
static member ImportFromEncryptedPem : string * byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromEncryptedPem (source As String, passwordBytes As Byte()) As X25519DiffieHellman
Parameters
- source
- String
- passwordBytes
- Byte[]
Retouren
Van toepassing op
ImportFromEncryptedPem(String, String)
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportFromEncryptedPem(System::String ^ source, System::String ^ password);
public static System.Security.Cryptography.X25519DiffieHellman ImportFromEncryptedPem(string source, string password);
static member ImportFromEncryptedPem : string * string -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportFromEncryptedPem (source As String, password As String) As X25519DiffieHellman
Parameters
- source
- String
- password
- String