X25519DiffieHellman.ExportPublicKey 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 |
|---|---|
| ExportPublicKey() | |
| ExportPublicKey(Span<Byte>) |
ExportPublicKey()
- Källa:
- X25519DiffieHellman.cs
public:
cli::array <System::Byte> ^ ExportPublicKey();
public byte[] ExportPublicKey();
member this.ExportPublicKey : unit -> byte[]
Public Function ExportPublicKey () As Byte()
Returer
Gäller för
ExportPublicKey(Span<Byte>)
- Källa:
- 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))