ECDiffieHellmanCng.KeyDerivationFunction Egenskap

Definition

Hämtar eller anger nyckelhärledningsfunktionen för ECDiffieHellmanCng klassen.

public:
 property System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction get(); void set(System::Security::Cryptography::ECDiffieHellmanKeyDerivationFunction value); };
public System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { get; set; }
member this.KeyDerivationFunction : System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction with get, set
Public Property KeyDerivationFunction As ECDiffieHellmanKeyDerivationFunction

Egenskapsvärde

Ett av uppräkningsvärdena ECDiffieHellmanKeyDerivationFunction : Hash, Hmaceller Tls. Standardvärdet är Hash.

Undantag

Uppräkningsvärdet ligger inte inom intervallet.

Kommentarer

Den här egenskapen anger den nyckelhärledningsfunktion som används för att omvandla det hemliga avtalet till nyckelmaterial.

Gäller för