X25519DiffieHellman.ImportPublicKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ImportPublicKey(ReadOnlySpan<Byte>) | |
| ImportPublicKey(Byte[]) |
ImportPublicKey(ReadOnlySpan<Byte>)
- Source:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPublicKey(ReadOnlySpan<System::Byte> source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPublicKey(ReadOnlySpan<byte> source);
static member ImportPublicKey : ReadOnlySpan<byte> -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPublicKey (source As ReadOnlySpan(Of Byte)) As X25519DiffieHellman
Parameters
- source
- ReadOnlySpan<Byte>
Returns
Applies to
ImportPublicKey(Byte[])
- Source:
- X25519DiffieHellman.cs
public:
static System::Security::Cryptography::X25519DiffieHellman ^ ImportPublicKey(cli::array <System::Byte> ^ source);
public static System.Security.Cryptography.X25519DiffieHellman ImportPublicKey(byte[] source);
static member ImportPublicKey : byte[] -> System.Security.Cryptography.X25519DiffieHellman
Public Shared Function ImportPublicKey (source As Byte()) As X25519DiffieHellman
Parameters
- source
- Byte[]