CngAlgorithm.ECDiffieHellmanP384 プロパティ

定義

P-384 曲線を使用する ECDH (Elliptic Curve Diffie-Hellman) キー交換アルゴリズムを指定する CngAlgorithm オブジェクトを取得します。

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

プロパティ値

CngAlgorithm

P-384 曲線を使用する ECDH アルゴリズムを指定するオブジェクト。

適用対象