X25519DiffieHellman.DeriveRawSecretAgreement Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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[]
Devoluções
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
Devoluções
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