X25519DiffieHellman.DeriveRawSecretAgreement Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeriveRawSecretAgreement(Byte[])
- Quelle:
- X25519DiffieHellman.cs
public:
cli::array <System::Byte> ^ DeriveRawSecretAgreement(cli::array <System::Byte> ^ otherPartyPublicKey);
public byte[] DeriveRawSecretAgreement(byte[] otherPartyPublicKey);
member this.DeriveRawSecretAgreement : byte[] -> byte[]
Public Function DeriveRawSecretAgreement (otherPartyPublicKey As Byte()) As Byte()
Parameter
- otherPartyPublicKey
- Byte[]
Gibt zurück
Gilt für:
DeriveRawSecretAgreement(X25519DiffieHellman)
- Quelle:
- X25519DiffieHellman.cs
public:
cli::array <System::Byte> ^ DeriveRawSecretAgreement(System::Security::Cryptography::X25519DiffieHellman ^ otherParty);
public byte[] DeriveRawSecretAgreement(System.Security.Cryptography.X25519DiffieHellman otherParty);
member this.DeriveRawSecretAgreement : System.Security.Cryptography.X25519DiffieHellman -> byte[]
Public Function DeriveRawSecretAgreement (otherParty As X25519DiffieHellman) As Byte()
Parameter
- otherParty
- X25519DiffieHellman
Gibt zurück
Gilt für:
DeriveRawSecretAgreement(ReadOnlySpan<Byte>, Span<Byte>)
- Quelle:
- X25519DiffieHellman.cs
public:
void DeriveRawSecretAgreement(ReadOnlySpan<System::Byte> otherPartyPublicKey, Span<System::Byte> destination);
public void DeriveRawSecretAgreement(ReadOnlySpan<byte> otherPartyPublicKey, Span<byte> destination);
member this.DeriveRawSecretAgreement : ReadOnlySpan<byte> * Span<byte> -> unit
Public Sub DeriveRawSecretAgreement (otherPartyPublicKey As ReadOnlySpan(Of Byte), destination As Span(Of Byte))
Parameter
- otherPartyPublicKey
- ReadOnlySpan<Byte>
Gilt für:
DeriveRawSecretAgreement(X25519DiffieHellman, Span<Byte>)
- Quelle:
- X25519DiffieHellman.cs
public:
void DeriveRawSecretAgreement(System::Security::Cryptography::X25519DiffieHellman ^ otherParty, Span<System::Byte> destination);
public void DeriveRawSecretAgreement(System.Security.Cryptography.X25519DiffieHellman otherParty, Span<byte> destination);
member this.DeriveRawSecretAgreement : System.Security.Cryptography.X25519DiffieHellman * Span<byte> -> unit
Public Sub DeriveRawSecretAgreement (otherParty As X25519DiffieHellman, destination As Span(Of Byte))
Parameter
- otherParty
- X25519DiffieHellman