X25519DiffieHellman.DeriveRawSecretAgreement Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeriveRawSecretAgreement(Byte[])
- Origem:
- 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()
Parâmetros
- otherPartyPublicKey
- Byte[]
Retornos
Aplica-se a
DeriveRawSecretAgreement(X25519DiffieHellman)
- Origem:
- 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()
Parâmetros
- otherParty
- X25519DiffieHellman
Retornos
Aplica-se a
DeriveRawSecretAgreement(ReadOnlySpan<Byte>, Span<Byte>)
- Origem:
- 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))
Parâmetros
- otherPartyPublicKey
- ReadOnlySpan<Byte>
Aplica-se a
DeriveRawSecretAgreement(X25519DiffieHellman, Span<Byte>)
- Origem:
- 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))
Parâmetros
- otherParty
- X25519DiffieHellman