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