CngAlgorithm.ECDiffieHellmanP256 Vlastnost

Definice

CngAlgorithm Získá objekt, který určuje algoritmus výměny klíčů elliptické křivky Diffie-Hellman (ECDH), který používá křivku P-256.

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

Hodnota vlastnosti

Objekt, který určuje algoritmus ECDH, který používá křivku P-256.

Platí pro