ECDiffieHellmanCng.KeyDerivationFunction Właściwość

Definicja

Pobiera lub ustawia funkcję wyprowadzania klucza dla ECDiffieHellmanCng klasy.

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

Wartość właściwości

ECDiffieHellmanKeyDerivationFunction Jedna z wartości wyliczenia: Hash, Hmaclub Tls. Wartość domyślna to Hash.

Wyjątki

Wartość wyliczenia jest poza zakresem.

Uwagi

Ta właściwość określa funkcję wyprowadzania klucza, która służy do przekształcania umowy tajnej w materiał klucza.

Dotyczy