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>

적용 대상