CngAlgorithm.ECDiffieHellmanP256 Egenskap

Definition

Hämtar ett CngAlgorithm objekt som anger en Elliptic Curve Diffie-Hellman (ECDH) nyckelutbytesalgoritm som använder P-256-kurvan.

public:
 static property System::Security::Cryptography::CngAlgorithm ^ ECDiffieHellmanP256 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP256 { get; }
static member ECDiffieHellmanP256 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property ECDiffieHellmanP256 As CngAlgorithm

Egenskapsvärde

Ett objekt som anger en ECDH-algoritm som använder P-256-kurvan.

Gäller för