ECDiffieHellmanCng.KeyDerivationFunction Eigenschap

Definitie

Hiermee haalt u de sleutel derivatiefunctie voor de klasse op of stelt u deze ECDiffieHellmanCng in.

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

Waarde van eigenschap

Een van de ECDiffieHellmanKeyDerivationFunction opsommingswaarden: Hash, Hmacof Tls. De standaardwaarde is Hash.

Uitzonderingen

De opsommingswaarde valt buiten het bereik.

Opmerkingen

Met deze eigenschap geeft u de sleutel-afleidingsfunctie op die wordt gebruikt om de geheime overeenkomst om te zetten in sleutelmateriaal.

Van toepassing op