X25519DiffieHellman.ImportPrivateKey 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 |
|---|---|
| ImportPrivateKey(Byte[]) | |
| ImportPrivateKey(ReadOnlySpan<Byte>) |
ImportPrivateKey(Byte[])
- Quelle:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPrivateKey(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPrivateKey(byte[] source);
static member ImportPrivateKey : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPrivateKey (source As Byte()) As X25519DiffieHellman
Parameter
- source
- Byte[]
Gibt zurück
Gilt für:
ImportPrivateKey(ReadOnlySpan<Byte>)
- Quelle:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPrivateKey(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPrivateKey(ReadOnlySpan<byte> source);
static member ImportPrivateKey : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPrivateKey (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parameter
- source
- ReadOnlySpan<Byte>