Share via


KeyDerivationFunction Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the key derivation function for the ECDiffieHellmanCryptoServiceProvider class.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Property KeyDerivationFunction As ECDiffieHellmanKeyDerivationFunction
public ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { get; set; }
public:
property ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction {
    ECDiffieHellmanKeyDerivationFunction get ();
    void set (ECDiffieHellmanKeyDerivationFunction value);
}
member KeyDerivationFunction : ECDiffieHellmanKeyDerivationFunction with get, set
function get KeyDerivationFunction () : ECDiffieHellmanKeyDerivationFunction
function set KeyDerivationFunction (value : ECDiffieHellmanKeyDerivationFunction)

Property Value

Type: System.Security.Cryptography. . :: . .ECDiffieHellmanKeyDerivationFunction
The ECDiffieHellmanKeyDerivationFunction.

.NET Framework Security

See Also

Reference

ECDiffieHellmanCryptoServiceProvider Class

System.Security.Cryptography Namespace