ECDiffieHellmanCng.KeyDerivationFunction Vlastnost

Definice

Získá nebo nastaví funkci odvození klíče pro ECDiffieHellmanCng třídu.

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

Hodnota vlastnosti

ECDiffieHellmanKeyDerivationFunction

Jedna z hodnot výčtu ECDiffieHellmanKeyDerivationFunction : Hash, Hmacnebo Tls. Výchozí hodnota je Hash.

Výjimky

Hodnota výčtu je mimo rozsah.

Poznámky

Tato vlastnost určuje funkci odvození klíče, která se používá k transformaci tajné smlouvy na klíč materiál.

Platí pro