CngAlgorithm.ECDsaP384 속성

정의

P-384 곡선을 사용하는 ECDSA(타원 곡선 디지털 서명 알고리즘)를 지정하는 CngAlgorithm 개체를 가져옵니다.

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

속성 값

CngAlgorithm

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

적용 대상