X25519DiffieHellman.ImportPkcs8PrivateKey Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ImportPkcs8PrivateKey(Byte[]) | |
| ImportPkcs8PrivateKey(ReadOnlySpan<Byte>) |
ImportPkcs8PrivateKey(Byte[])
- Källa:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPkcs8PrivateKey(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPkcs8PrivateKey(byte[] source);
static member ImportPkcs8PrivateKey : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPkcs8PrivateKey (source As Byte()) As X25519DiffieHellman
Parametrar
- source
- Byte[]
Returer
Gäller för
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>)
- Källa:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPkcs8PrivateKey(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPkcs8PrivateKey(ReadOnlySpan<byte> source);
static member ImportPkcs8PrivateKey : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPkcs8PrivateKey (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parametrar
- source
- ReadOnlySpan<Byte>