CngAlgorithmGroup::DiffieHellman Property

 

Gets a CngAlgorithmGroup object that specifies the Diffie-Hellman family of algorithms.

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

public:
property CngAlgorithmGroup^ DiffieHellman {
	static CngAlgorithmGroup^ get();
}

Property Value

Type: System.Security.Cryptography::CngAlgorithmGroup^

An object that specifies the Diffie-Hellman family of algorithms.

.NET Framework
Available since 3.5
Return to top
Show: