CngAlgorithm::ECDiffieHellmanP521 Property

 

Gets a CngAlgorithm object that specifies an Elliptic Curve Diffie-Hellman (ECDH) key exchange algorithm that uses the P-521 curve.

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

public:
property CngAlgorithm^ ECDiffieHellmanP521 {
	static CngAlgorithm^ get();
}

Property Value

Type: System.Security.Cryptography::CngAlgorithm^

An object that specifies an ECDH algorithm that uses the P-521 curve.

.NET Framework
Available since 3.5
Return to top
Show: