CngAlgorithmGroup.ECDiffieHellman 속성

정의

알고리즘의 ECDH(Elliptic Curve Diffie-Hellman) 패밀리를 지정하는 CngAlgorithmGroup 개체를 가져옵니다.

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

속성 값

CngAlgorithmGroup

알고리즘의 ECDH 패밀리를 지정하는 개체입니다.

적용 대상