CngAlgorithm.ECDsa 속성

정의

해당 곡선이 키 속성을 통해 기술되는 ECDSA(타원 곡선 디지털 서명 알고리즘)를 지정하는 CngAlgorithm 개체를 가져옵니다.

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

속성 값

CngAlgorithm

해당 곡선이 키 속성을 통해 기술되는 ECDSA를 지정하는 개체입니다.

적용 대상