CngAlgorithmGroup.DiffieHellman 속성

정의

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

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

속성 값

CngAlgorithmGroup

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

적용 대상