X25519DiffieHellman.ExportPublicKey 方法

定义

重载

ExportPublicKey()

Source:
X25519DiffieHellman.cs
public:
 cli::array <System::Byte> ^ ExportPublicKey();
public byte[] ExportPublicKey();
member this.ExportPublicKey : unit -> byte[]
Public Function ExportPublicKey () As Byte()

返回

Byte[]

适用于

ExportPublicKey(Span<Byte>)

Source:
X25519DiffieHellman.cs
public:
 void ExportPublicKey(Span<System::Byte> destination);
public void ExportPublicKey(Span<byte> destination);
member this.ExportPublicKey : Span<byte> -> unit
Public Sub ExportPublicKey (destination As Span(Of Byte))

参数

destination
Span<Byte>

适用于