CngAlgorithm.ECDiffieHellmanP521 속성

정의

P-521 곡선을 사용하는 ECDH(타원 곡선 Diffie-Hellman) 키 교환 알고리즘을 지정하는 CngAlgorithm 개체를 가져옵니다.

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

속성 값

CngAlgorithm

P-521 곡선을 사용하는 ECDH 알고리즘을 지정하는 개체입니다.

적용 대상