CngAlgorithm.ECDiffieHellmanP256 屬性

定義

取得 CngAlgorithm 物件,該物件指定使用 P-256 曲線的 Elliptic Curve Diffie-Hellman (ECDH) 金鑰交換演算法。

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

屬性值

指定使用 P-256 曲線的 ECDH 演算法的物件。

適用於