CngAlgorithm.ECDiffieHellmanP521 Eigenschap

Definitie

Hiermee haalt u een CngAlgorithm object op dat een elliptische curve Diffie-Hellman (ECDH) sleuteluitwisseling algoritme dat gebruikmaakt van de P-521-curve.

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

Waarde van eigenschap

Een object dat een ECDH-algoritme aangeeft dat gebruikmaakt van de P-521-curve.

Van toepassing op